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 3d35026 commit d6c1b9cCopy full SHA for d6c1b9c
build/dockerfile
@@ -7,5 +7,3 @@ WORKDIR /pyhpc-tutorial/notebooks
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
-
11
-ENTRYPOINT git pull && /bin/bash
0 commit comments