Skip to content

Commit 60f9a14

Browse files
committed
cpu and gpu
1 parent ac73e40 commit 60f9a14

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docker/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ RUN pip install --no-cache-dir ipywidgets
3939
# For JupyterLab (inside the container), install the widget manager
4040
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager \
4141
--no-build && \
42-
jupyter lab build && \
43-
jupyter labextension enable @jupyter-widgets/jupyterlab-manager
44-
42+
jupyter lab build
43+
4544
EXPOSE 8888
4645
CMD ["start-notebook.sh"]

docker/Dockerfile.gpu

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ RUN pip install --no-cache-dir ipywidgets
3535
# For JupyterLab (inside the container), install the widget manager
3636
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager \
3737
--no-build && \
38-
jupyter lab build && \
39-
jupyter labextension enable @jupyter-widgets/jupyterlab-manager
40-
38+
jupyter lab build
39+
4140
EXPOSE 8888
4241
CMD ["start-notebook.sh"]

0 commit comments

Comments
 (0)