File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ addons:
28
28
29
29
before_install :
30
30
- ./scripts/install_mpi.sh $MPI
31
- - pip$PY install numpy==1.18.1
32
31
- pip$PY install torch==1.4.0
32
+ - pip$PY install numpy
33
33
- pip$PY install matplotlib # For the plot in doc
34
34
- python$PY --version
35
35
- python$PY -c "import torch; print(torch.__version__)"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN mkdir /tmp/openmpi && \
60
60
61
61
# Install Horovod
62
62
RUN HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITH_PYTORCH=1 HOROVOD_WITHOUT_MXNET=1 \
63
- pip install --no-cache-dir horovod
63
+ pip install --no-cache-dir horovod==0.19.0
64
64
65
65
# Install OpenSSH for MPI to communicate between containers
66
66
RUN apt-get install -y --no-install-recommends openssh-client openssh-server && \
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RUN mkdir /tmp/openmpi && \
72
72
# Install Horovod, temporarily using CUDA stubs
73
73
RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
74
74
HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITH_PYTORCH=1 HOROVOD_WITHOUT_MXNET=1 \
75
- pip install --no-cache-dir horovod && \
75
+ pip install --no-cache-dir horovod==0.19.0 && \
76
76
ldconfig
77
77
78
78
# Install OpenSSH for MPI to communicate between containers
You can’t perform that action at this time.
0 commit comments