File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN python3 -m pip install --no-cache-dir --extra-index-url \
66
66
RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
67
67
HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_GPU_BROADCAST=NCCL \
68
68
HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITHOUT_PYTORCH=1 HOROVOD_WITHOUT_MXNET=1 \
69
- pip install --no-cache-dir horovod==0.19.4 && \
69
+ pip install --no-cache-dir horovod==0.19.5 && \
70
70
ldconfig
71
71
72
72
RUN python3 -m pip install --no-cache-dir \
@@ -78,9 +78,6 @@ RUN python3 -m pip install --no-cache-dir \
78
78
Run python3 -m ipykernel install --display-name "TensorFlow 2.1 on Python 3.6 (CUDA 10.1)" && \
79
79
cat /usr/local/share/jupyter/kernels/python3/kernel.json
80
80
81
- RUN jupyter nbextension enable --py --sys-prefix widgetsnbextension && \
82
- jupyter nbextension enable --py tensorflow_model_analysis
83
-
84
81
# Backend.AI specifics
85
82
LABEL ai.backend.kernelspec="1" \
86
83
ai.backend.envs.corecount="OPENBLAS_NUM_THREADS,OMP_NUM_THREADS,NPROC" \
You can’t perform that action at this time.
0 commit comments