Skip to content

Commit d820a2e

Browse files
committed
fix
1 parent 93d7a82 commit d820a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/base-cuda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN \
8383
python ./requirements/adjust-versions.py requirements/extra.txt ${PYTORCH_VERSION} && \
8484
python ./requirements/adjust-versions.py requirements/examples.txt ${PYTORCH_VERSION} && \
8585
python -c "print(' '.join([ln for ln in open('requirements/extra.txt').readlines() if 'horovod' in ln]))" > ./requirements/horovod.txt && \
86-
python assistant.py requirements_prune_pkgs requirements/examples.txt "horovod" && \
86+
python assistant.py requirements_prune_pkgs requirements/extra.txt "horovod" && \
8787
# Install all requirements \
8888
pip install -r requirements/devel.txt --no-cache-dir --find-links https://download.pytorch.org/whl/cu${CUDA_VERSION_MM}/torch_stable.html && \
8989
rm -rf requirements.* && \

0 commit comments

Comments
 (0)