We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625d6ca commit be57813Copy full SHA for be57813
docker/Dockerfile
@@ -38,9 +38,5 @@ RUN pip install --no-cache-dir \
38
ipywidgets \
39
jupyterlab_widgets
40
41
-# Classic Notebook support (optional)
42
-RUN jupyter nbextension install --py widgetsnbextension --sys-prefix && \
43
- jupyter nbextension enable --py widgetsnbextension --sys-prefix
44
-
45
EXPOSE 8888
46
CMD ["start-notebook.sh"]
docker/Dockerfile.gpu
@@ -34,9 +34,5 @@ RUN pip install --no-cache-dir \
34
35
36
37
0 commit comments