Skip to content

Commit 8b12a3f

Browse files
committed
Don't use a flag only available in newer git
1 parent 841eb0f commit 8b12a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM rapidsai/devcontainers:25.10-cpp-cuda12.9
33
COPY . /pyhpc-tutorial
44

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

99
WORKDIR /pyhpc-tutorial/notebooks

0 commit comments

Comments
 (0)