File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ USER ${NB_UID}
1111
1212# ---------- copy the course -------------------------------------------------------
1313WORKDIR /home/jovyan/work
14- # COPY .. .
1514RUN git clone --depth 1 https://github.com/DeepTrackAI/DeepLearningCrashCourse.git .
1615
1716# ---------- ensure correct ownership ---------------------------------------------
Original file line number Diff line number Diff line change 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
3534RUN 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
4138EXPOSE 8888
4239CMD ["start-notebook.sh"]
You can’t perform that action at this time.
0 commit comments