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.
1 parent 1cebd98 commit 4ecc936Copy full SHA for 4ecc936
vendor/ngc-pytorch/Dockerfile.22.02-py3
@@ -134,7 +134,7 @@ RUN /opt/conda/bin/conda install -c conda-forge opencv ffmpeg spacy \
134
135
WORKDIR /tmp
136
COPY ./requirements.22.02.txt /tmp/requirements.txt
137
-RUN /opt/conda/bin/python3 -m pip install --no-cache-dir -r requirements.txt && \
+RUN /opt/conda/bin/python3 -m pip install --no-cache-dir -Ur requirements.txt && \
138
rm -f /tmp/*.whl /tmp/requirements.txt
139
140
# install git-lfs
0 commit comments