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 7e18b95 commit ec9dccfCopy full SHA for ec9dccf
build/dockerfile
@@ -4,6 +4,8 @@ COPY . /pyhpc-tutorial
4
5
WORKDIR /pyhpc-tutorial/notebooks
6
7
+ENV PIP_ROOT_USER_ACTION=ignore
8
+
9
RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.txt \
10
&& git config --unset-all "http.https://github.com/.extraheader" || { code=$?; [ "$code" = 5 ] || exit "$code"; } \
11
&& git config --global --add safe.directory "/pyhpc-tutorial" \
0 commit comments