File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -171,17 +171,18 @@ RUN \
171171 # Cleanup
172172 clean-layer.sh
173173
174- RUN \
175- # Install Jupyterlab GPU Plugin: https://github.com/rapidsai/jupyterlab-nvdashboard
176- pip install jupyterlab-nvdashboard && \
177- jupyter labextension install jupyterlab-nvdashboard && \
178- # Clean jupyter lab cache: https://github.com/jupyterlab/jupyterlab/issues/4930
179- jupyter lab clean && \
180- jlpm cache clean && \
181- # Remove build folder -> should be remove by lab clean as well?
182- rm -rf $CONDA_ROOT/share/jupyter/lab/staging && \
183- # Cleanup
184- clean-layer.sh
174+ # TODO: nvdashboard does not work with relative paths
175+ # RUN \
176+ # # Install Jupyterlab GPU Plugin: https://github.com/rapidsai/jupyterlab-nvdashboard
177+ # pip install jupyterlab-nvdashboard && \
178+ # jupyter labextension install jupyterlab-nvdashboard && \
179+ # # Clean jupyter lab cache: https://github.com/jupyterlab/jupyterlab/issues/4930
180+ # jupyter lab clean && \
181+ # jlpm cache clean && \
182+ # # Remove build folder -> should be remove by lab clean as well?
183+ # rm -rf $CONDA_ROOT/share/jupyter/lab/staging && \
184+ # # Cleanup
185+ # clean-layer.sh
185186
186187# TODO install DALI: https://docs.nvidia.com/deeplearning/dali/user-guide/docs/installation.html#dali-and-ngc
187188# TODO: removed rapids install, provided via installer script
You can’t perform that action at this time.
0 commit comments