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 9af5c61 commit 05c3806Copy full SHA for 05c3806
build/dockerfile
@@ -7,5 +7,6 @@ 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
- && mkdir ~/.jupyter \
+ && mkdir -p ~/.jupyter \
11
+ && mkdir -p ~/.local/state/._bash_history \
12
&& ln -fs /pyhpc-tutorial/build/jupyter_server_config.py ~/.jupyter/jupyter_server_config.py
0 commit comments