Skip to content

Commit 4ecc936

Browse files
committed
update pip install
1 parent 1cebd98 commit 4ecc936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/ngc-pytorch/Dockerfile.22.02-py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ RUN /opt/conda/bin/conda install -c conda-forge opencv ffmpeg spacy \
134134

135135
WORKDIR /tmp
136136
COPY ./requirements.22.02.txt /tmp/requirements.txt
137-
RUN /opt/conda/bin/python3 -m pip install --no-cache-dir -r requirements.txt && \
137+
RUN /opt/conda/bin/python3 -m pip install --no-cache-dir -Ur requirements.txt && \
138138
rm -f /tmp/*.whl /tmp/requirements.txt
139139

140140
# install git-lfs

0 commit comments

Comments
 (0)