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