Skip to content

Commit 822764b

Browse files
committed
move tfd at tensorflow 2.1
1 parent 0c78588 commit 822764b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python-tensorflow/Dockerfile.2.1-py36-cuda10.1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN python3 -m pip install --no-cache-dir --extra-index-url \
6666
RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
6767
HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_GPU_BROADCAST=NCCL \
6868
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 && \
7070
ldconfig
7171

7272
RUN python3 -m pip install --no-cache-dir \
@@ -78,9 +78,6 @@ RUN python3 -m pip install --no-cache-dir \
7878
Run python3 -m ipykernel install --display-name "TensorFlow 2.1 on Python 3.6 (CUDA 10.1)" && \
7979
cat /usr/local/share/jupyter/kernels/python3/kernel.json
8080

81-
RUN jupyter nbextension enable --py --sys-prefix widgetsnbextension && \
82-
jupyter nbextension enable --py tensorflow_model_analysis
83-
8481
# Backend.AI specifics
8582
LABEL ai.backend.kernelspec="1" \
8683
ai.backend.envs.corecount="OPENBLAS_NUM_THREADS,OMP_NUM_THREADS,NPROC" \

0 commit comments

Comments
 (0)