Skip to content

Commit a62897e

Browse files
committed
change base kernel 20.05
1 parent 09d4958 commit a62897e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,6 @@ RUN python3 -m pip install --no-cache-dir \
7676
Run python3 -m ipykernel install --display-name "TensorFlow 2.2 on Python 3.6 (CUDA 10.1)" && \
7777
cat /usr/local/share/jupyter/kernels/python3/kernel.json
7878

79-
# Jupyter notebook extension
80-
RUN mkdir -p /home/work/.jupyter/nbextension
81-
WORKDIR /home/work/.jupyter/nbextension
82-
83-
RUN jupyter nbextensions_configurator enable && \
84-
jupyter contrib nbextension install && \
85-
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \
86-
jupyter contrib nbextension install && \
87-
jupyter serverextension enable --py jupyterlab --sys-prefix && \
88-
jupyter labextension install @jupyter-widgets/jupyterlab-manager && \
89-
# jupyter labextension install jupyterlab-nvdashboard && \
90-
git clone https://github.com/lambdalisue/jupyter-vim-binding vim_binding && \
91-
jupyter nbextension enable /home/work/.jupyter/nbextension/vim_binding/vim_binding
92-
9379
# Backend.AI specifics
9480
LABEL ai.backend.kernelspec="1" \
9581
ai.backend.envs.corecount="OPENBLAS_NUM_THREADS,OMP_NUM_THREADS,NPROC" \

0 commit comments

Comments
 (0)