Skip to content

Commit 7e2f7ed

Browse files
committed
Multi line commands need to actually be distinct commands
1 parent babae6f commit 7e2f7ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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 --global --unset "http.https://github.com/.extraheader" \
7-
git config --global --add safe.directory /pyhpc-tutorial
6+
&& git config --global --unset "http.https://github.com/.extraheader" \
7+
&& git config --global --add safe.directory /pyhpc-tutorial
88

99
WORKDIR /pyhpc-tutorial/notebooks
1010

0 commit comments

Comments
 (0)