Skip to content

Commit be57813

Browse files
committed
cpu and gpu
1 parent 625d6ca commit be57813

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docker/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,5 @@ RUN pip install --no-cache-dir \
3838
ipywidgets \
3939
jupyterlab_widgets
4040

41-
# Classic Notebook support (optional)
42-
RUN jupyter nbextension install --py widgetsnbextension --sys-prefix && \
43-
jupyter nbextension enable --py widgetsnbextension --sys-prefix
44-
4541
EXPOSE 8888
4642
CMD ["start-notebook.sh"]

docker/Dockerfile.gpu

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,5 @@ RUN pip install --no-cache-dir \
3434
ipywidgets \
3535
jupyterlab_widgets
3636

37-
# Classic Notebook support (optional)
38-
RUN jupyter nbextension install --py widgetsnbextension --sys-prefix && \
39-
jupyter nbextension enable --py widgetsnbextension --sys-prefix
40-
4137
EXPOSE 8888
4238
CMD ["start-notebook.sh"]

0 commit comments

Comments
 (0)