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 b4e28e7 commit 6e56f56Copy full SHA for 6e56f56
dockers/base-conda/Dockerfile
@@ -68,8 +68,8 @@ ENV \
68
HOROVOD_WITHOUT_MXNET=1 \
69
HOROVOD_WITH_GLOO=1 \
70
HOROVOD_WITHOUT_MPI=1 \
71
- # MAKEFLAGS="-j$(nproc)" \
72
- MAKEFLAGS="-j1" \
+ MAKEFLAGS="-j$(nproc)" \
+ # MAKEFLAGS="-j1" \
73
TORCH_CUDA_ARCH_LIST="3.7;5.0;6.0;7.0;7.5" \
74
CONDA_ENV=lightning
75
dockers/base-cuda/Dockerfile
@@ -74,8 +74,8 @@ ENV \
76
77
78
79
TORCH_CUDA_ARCH_LIST="3.7;5.0;6.0;7.0;7.5"
80
81
COPY ./requirements.txt requirements.txt
0 commit comments