Skip to content

Commit 803b5f1

Browse files
committed
Add Jupyter to package requirements and go back to separate run commands
1 parent 7e2f7ed commit 803b5f1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build/dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM rapidsai/devcontainers:25.10-cpp-cuda12.9
22

33
COPY . /pyhpc-tutorial
44

5-
RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.txt \
6-
&& git config --global --unset "http.https://github.com/.extraheader" \
7-
&& git config --global --add safe.directory /pyhpc-tutorial
5+
RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.txt
6+
RUN git config --global --unset "http.https://github.com/.extraheader"
7+
RUN git config --global --add safe.directory /pyhpc-tutorial
88

99
WORKDIR /pyhpc-tutorial/notebooks
1010

build/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ scipy
55
matplotlib
66
opencv-python
77

8+
# Jupyter
9+
jupyter
10+
811
# CUDA
912
cuda-python == 12.9.1 # cuda.{core, bindings, cooperative, parallel}, numba.cuda
1013
nvmath-python[cu12]

0 commit comments

Comments
 (0)