Skip to content

Commit 32be36f

Browse files
committed
cpu and gpu
1 parent c468373 commit 32be36f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ USER ${NB_UID}
1111

1212
# ---------- copy the course -------------------------------------------------------
1313
WORKDIR /home/jovyan/work
14-
# COPY .. .
1514
RUN git clone --depth 1 https://github.com/DeepTrackAI/DeepLearningCrashCourse.git .
1615

1716
# ---------- ensure correct ownership ---------------------------------------------

docker/Dockerfile.gpu

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# docker/Dockerfile.gpu
21
# ────────────────────────────────────────────────────────────────────────────────
32
# GPU-enabled Jupyter + PyTorch + your course
43
# ────────────────────────────────────────────────────────────────────────────────
@@ -34,9 +33,7 @@ RUN pip install --no-cache-dir ipywidgets
3433
# For JupyterLab (inside the container), install the widget manager
3534
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager \
3635
--no-build && \
37-
jupyter lab build && \
38-
jupyter labextension enable @jupyter-widgets/jupyterlab-manager && \
39-
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
36+
jupyter lab build
4037

4138
EXPOSE 8888
4239
CMD ["start-notebook.sh"]

0 commit comments

Comments
 (0)