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
22
33COPY . /pyhpc-tutorial
44
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-
95WORKDIR /pyhpc-tutorial/notebooks
106
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+
1111ENTRYPOINT git pull && /bin/bash
You can’t perform that action at this time.
0 commit comments