Skip to content

Commit c1ed31d

Browse files
committed
refactor jupyter packages for ngc-pytorch:26.03
refactor jupyter packages for ngc-pytorch:26.03
1 parent aa81003 commit c1ed31d

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

vendor/ngc-pytorch/Dockerfile.26.03-pytorch2.11-py312-cuda13.2

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -308,25 +308,24 @@ RUN python3 -m pip install --no-cache-dir \
308308
jupyter-highlight-selected-word>=0.2.0 \
309309
jupyter-server>=2.17.0 \
310310
jupyter_lsp>=2.3.0 \
311-
jupyter-dash \
312311
jupyter-js-widgets-nbextension \
313312
jupyter-latex-envs \
314313
jupyter-packaging \
315314
jupyterlab \
316315
jupyterlab-code-formatter>=3.0.2 \
317316
jupyterlab_h5web \
318317
jupyterlab-launcher \
319-
jupyterlab-widgets==3.0.16 \
318+
jupyterlab-widgets>=3.0.16 \
320319
notebook \
321320
jupyter-server-mathjax \
322321
jupyter-server-proxy>=4.4.0 \
323-
jupyter-telemetry==0.1.0 \
322+
jupyter-telemetry>=0.1.0 \
324323
jupyter>=1.1.1 \
325-
jupyter-client==8.6.3 \
326-
jupyter_bokeh==2.0.4 \
324+
jupyter-client>=8.8.0 \
325+
jupyter_bokeh>=4.0.5 \
327326
markupsafe>=3.0.2 \
328-
jsonschema[format,format-nongpl]>=4.23.0 && \
329-
python3 -m pip install --no-cache-dir jupyter_lsp markupsafe==3.0.2 jupyterlab_widgets && \
327+
jsonschema[format,format-nongpl]>=4.23.0 \
328+
jupyterlab_widgets && \
330329
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager && \
331330
jupyter labextension install --no-build @jupyter-widgets/controls && \
332331
jupyter labextension install --no-build @jupyterlab/toc-extension && \

0 commit comments

Comments
 (0)