Skip to content

Commit bd546c9

Browse files
committed
NGC Tensorflow 2, 21.03
1 parent 9b12724 commit bd546c9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

vendor/ngc-tensorflow/Dockerfile.21.03-tf2-py3

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ RUN python3 -m pip install --no-cache-dir \
198198
# Configure OpenMPI to run good defaults:
199199
RUN echo "btl_tcp_if_exclude = lo,docker0" >> /usr/local/etc/openmpi-mca-params.conf
200200

201+
# Install Jupyterlab extensions
201202
RUN jupyter nbextensions_configurator enable && \
202203
jupyter contrib nbextension install && \
203204
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \
@@ -208,10 +209,8 @@ RUN jupyter nbextensions_configurator enable && \
208209
jupyter labextension install --no-build @jupyterlab/toc && \
209210
jupyter nbextension enable execute_time/ExecuteTime && \
210211
jupyter nbextension enable toc2/main && \
211-
jupyter labextension install @pyviz/jupyterlab_pyviz && \
212-
jupyter labextension install @bokeh/jupyter_bokeh && \
213-
jupyter labextension install --no-build jupyterlab-nvdashboard && \
214-
jupyter lab build
212+
jupyter labextension install @jupyterlab/toc && \
213+
jupyter lab build
215214

216215
RUN apt autoclean && \
217216
sed -i 's/source \/usr\/local\/nvm\/nvm.sh//' /etc/bash.bashrc && \

0 commit comments

Comments
 (0)