Skip to content

Commit

Permalink
fix torch horovod explicit do not need tensorflow (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Apr 13, 2022
1 parent 3dc76d1 commit 6025a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/training/dockerfile.torch
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN pip install nvidia-pyindex
RUN pip install tritonclient[all] grpcio-channelz
RUN pip install --no-deps fastai fastcore fastprogress fastdownload
RUN pip install git+https://github.com/rapidsai/asvdb.git@main
RUN CC=/usr/bin/gcc CXX=/usr/bin/g++ HOROVOD_CUDA_HOME=/usr/local/cuda/ HOROVOD_BUILD_CUDA_CC_LIST=60,70,75,80 HOROVOD_GPU_OPERATIONS=NCCL HOROVOD_WITH_PYTORCH=1 HOROVOD_NCCL_LINK=SHARED pip install --no-cache-dir git+https://github.com/horovod/horovod.git@master
RUN CC=/usr/bin/gcc CXX=/usr/bin/g++ HOROVOD_CUDA_HOME=/usr/local/cuda/ HOROVOD_WITHOUT_TENSORFLOW=1 HOROVOD_BUILD_CUDA_CC_LIST=60,70,75,80 HOROVOD_GPU_OPERATIONS=NCCL HOROVOD_WITH_PYTORCH=1 HOROVOD_NCCL_LINK=SHARED pip install --no-cache-dir git+https://github.com/horovod/horovod.git@master

# Install Merlin Core
RUN git clone https://github.com/NVIDIA-Merlin/core.git /core/ && \
Expand Down

0 comments on commit 6025a52

Please sign in to comment.