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 babae6f commit 7e2f7edCopy full SHA for 7e2f7ed
build/dockerfile
@@ -3,8 +3,8 @@ 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 --global --unset "http.https://github.com/.extraheader" \
7
- git config --global --add safe.directory /pyhpc-tutorial
+ && git config --global --unset "http.https://github.com/.extraheader" \
+ && git config --global --add safe.directory /pyhpc-tutorial
8
9
WORKDIR /pyhpc-tutorial/notebooks
10
0 commit comments