Skip to content

Commit 7f49336

Browse files
committed
Merge branch 'master' of github.com:lablup/backend.ai-kernels
2 parents 3e46a23 + 4ecc936 commit 7f49336

File tree

2 files changed

+1
-224
lines changed

2 files changed

+1
-224
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

vendor/ngc-pytorch/requirements.22.03.txt

Lines changed: 0 additions & 223 deletions
This file was deleted.

0 commit comments

Comments
 (0)