Skip to content

Commit 22a7d6c

Browse files
committed
fix
1 parent 66d09b9 commit 22a7d6c

File tree

1 file changed

+1
-1
lines changed
  • assets/training/general/environments/tensorflow-2.16-cuda12/context

1 file changed

+1
-1
lines changed

assets/training/general/environments/tensorflow-2.16-cuda12/context/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ RUN conda env create -p $CONDA_PREFIX -f conda_dependencies.yaml -q && \
240240

241241
RUN conda run -p $CONDA_PREFIX
242242

243-
RUN HOROVOD_WITH_TENSORFLOW=1 pip install --no-cache-dir horovod[tensorflow]==0.28.1
243+
RUN HOROVOD_WITH_TENSORFLOW=1 HOROVOD_CUDA_HOME=/usr/local/cuda pip install --no-cache-dir --no-build-isolation horovod["tensorflow"]==0.28.1
244244

245245
# Reinstall OpenSSL inside Conda
246246
RUN conda run -p $CONDA_PREFIX conda install -c conda-forge openssl=3.0.2

0 commit comments

Comments
 (0)