Skip to content

Commit bb866fa

Browse files
committed
NGC Tensorflow1 22.02
1 parent 7a3505a commit bb866fa

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed

vendor/ngc-tensorflow/Dockerfile.22.02-tf1-py3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ RUN mv /usr/local/bin/mpirun /usr/local/bin/mpirun.real && \
202202
# Configure OpenMPI to run good defaults:
203203
RUN echo "btl_tcp_if_exclude = lo,docker0" >> /usr/local/etc/openmpi-mca-params.conf
204204

205-
RUN rm /usr/local/bin/node
206-
RUN jupyter nbextensions_configurator enable && \
205+
RUN pip install jupyter_nbextensions_configurator && \
206+
jupyter nbextensions_configurator enable && \
207207
jupyter contrib nbextension install && \
208208
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \
209209
jupyter serverextension enable --py jupyterlab --sys-prefix && \
210-
jupyter serverextension enable --py jupyter_lsp && \
210+
# jupyter serverextension enable --py jupyter_lsp && \
211211
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager && \
212212
jupyter labextension install --no-build @jupyterlab/toc && \
213213
jupyter labextension install --no-build @krassowski/[email protected] && \

vendor/ngc-tensorflow/diff-19.11-tf2-py3-tensorboard.patch

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/ngc-tensorflow/requirements.py36.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ flask-Compress==1.9.0
8888
flask==1.1.2
8989
folium==0.10.0
9090
funcy==1.13
91-
gDAL==3.0.4
91+
#gDAL==3.4.2
9292
gensim==3.8.0
9393
geopandas==0.5.1
9494
#geoplotlib==0.3.2
@@ -151,7 +151,7 @@ jupyter-highlight-selected-word==0.2.0
151151
jupyter-js-widgets-nbextension==0.0.2.dev0
152152
jupyter-kite==1.2.0
153153
jupyter-latex-envs==1.4.6
154-
jupyter-lsp==1.4.1
154+
jupyter-lsp==1.5.1
155155
jupyter-nbextensions-configurator==0.4.1
156156
jupyter-packaging==0.9.2
157157
jupyter-server==1.6.4
@@ -162,14 +162,16 @@ jupyterhub-jwtauthenticator==0.1
162162
jupyterhub-kubespawner==0.16.1
163163
jupyterhubutils==0.25.0
164164
jupyterlab==2.3.2
165-
jupyterlab-git==0.23.3
165+
jupyterlab-git==0.24.0
166166
jupyterlab-github==2.0.0
167-
jupyterlab-hdf==0.5.1
167+
jupyterlab-hdf
168+
#jupyterlab-lsp==2.1.4
169+
#jupyterlab-lsp==3.0.0
168170
jupyterlab-launcher==0.13.1
169-
jupyterlab-nvdashboard==0.4.0
171+
jupyterlab-nvdashboard==0.5.0
170172
jupyterlab-pygments==0.1.2
171173
jupyterlab-server==1.2.0
172-
jupyterlab-translate
174+
jupyterlab-translate==1.0.3
173175
jupyterlabutils==0.10.0
174176
jupyterthemes==0.20.0
175177
jupytext==1.10.1

0 commit comments

Comments
 (0)