Skip to content

Commit 37195aa

Browse files
committed
horovodrun --check-build
1 parent bc81207 commit 37195aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockers/base-cuda/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ RUN \
145145
# Show what we have
146146
pip --version && \
147147
pip list && \
148+
horovodrun --check-build
148149
python -c "import sys; ver = sys.version_info ; assert f'{ver.major}.{ver.minor}' == '$PYTHON_VERSION', ver" && \
149150
python -c "import torch; assert torch.__version__.startswith('$PYTORCH_VERSION'), torch.__version__" && \
150151
python -c "import horovod.torch"

0 commit comments

Comments
 (0)