We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b12a3f commit babae6fCopy full SHA for babae6f
build/dockerfile
@@ -3,7 +3,7 @@ FROM rapidsai/devcontainers:25.10-cpp-cuda12.9
3
COPY . /pyhpc-tutorial
4
5
RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.txt \
6
- git config --unset "http.https://github.com/.extraheader" \
+ git config --global --unset "http.https://github.com/.extraheader" \
7
git config --global --add safe.directory /pyhpc-tutorial
8
9
WORKDIR /pyhpc-tutorial/notebooks
0 commit comments