We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d09b9 commit 22a7d6cCopy full SHA for 22a7d6c
assets/training/general/environments/tensorflow-2.16-cuda12/context/Dockerfile
@@ -240,7 +240,7 @@ RUN conda env create -p $CONDA_PREFIX -f conda_dependencies.yaml -q && \
240
241
RUN conda run -p $CONDA_PREFIX
242
243
-RUN HOROVOD_WITH_TENSORFLOW=1 pip install --no-cache-dir horovod[tensorflow]==0.28.1
+RUN HOROVOD_WITH_TENSORFLOW=1 HOROVOD_CUDA_HOME=/usr/local/cuda pip install --no-cache-dir --no-build-isolation horovod["tensorflow"]==0.28.1
244
245
# Reinstall OpenSSL inside Conda
246
RUN conda run -p $CONDA_PREFIX conda install -c conda-forge openssl=3.0.2
0 commit comments