File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ FROM rapidsai/devcontainers:25.10-cpp-cuda12.9
2
2
3
3
COPY . /pyhpc-tutorial
4
4
5
- RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.txt \
6
- && git config --global --unset --all "http.https://github.com/.extraheader" || { code=$?; [ "$code" = 5 ] || exit "$code"; } \
7
- && git config --global --set --append safe.directory "/pyhpc-tutorial"
8
-
9
5
WORKDIR /pyhpc-tutorial/notebooks
10
6
7
+ RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.txt \
8
+ && git config --unset-all "http.https://github.com/.extraheader" || { code=$?; [ "$code" = 5 ] || exit "$code"; } \
9
+ && git config --global --add safe.directory "/pyhpc-tutorial"
10
+
11
11
ENTRYPOINT git pull && /bin/bash
You can’t perform that action at this time.
0 commit comments