File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN python3 -m pip install --no-cache-dir \
64
64
# Install Horovod, temporarily using CUDA stubs
65
65
RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
66
66
HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_GPU_BROADCAST=NCCL \
67
- HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITH_PYTORCH =1 HOROVOD_WITH_MXNET =1 \
67
+ HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITHOUT_PYTORCH =1 HOROVOD_WITHOUT_MXNET =1 \
68
68
pip install --no-cache-dir horovod==0.19.0 && \
69
69
ldconfig
70
70
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN python3 -m pip install --no-cache-dir \
64
64
# Install Horovod, temporarily using CUDA stubs
65
65
RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
66
66
HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_GPU_BROADCAST=NCCL \
67
- HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITH_PYTORCH =1 HOROVOD_WITH_MXNET =1 \
67
+ HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITHOUT_PYTORCH =1 HOROVOD_WITHOUT_MXNET =1 \
68
68
pip install --no-cache-dir horovod==0.19.0 && \
69
69
ldconfig
70
70
You can’t perform that action at this time.
0 commit comments