We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e5f9a7 + 93a9017 commit ebfefd9Copy full SHA for ebfefd9
docs/docker.md
@@ -578,7 +578,7 @@ RUN pip install --upgrade pip==22.2.2 pipenv==2022.8.5
578
ENV PIP_CACHE_DIR=/var/cache/pip
579
580
# Install with multiple workers
581
-RUN pipenv install --deploy --system --pip-args="--use-feature=fast-deps"
+RUN pipenv install --deploy --system --extra-pip-args="--use-feature=fast-deps"
582
```
583
584
## Best Practices
0 commit comments