Skip to content

Commit 6a9e3f8

Browse files
authored
Ensure the ~/.jupyter directory exists in the Docker container.
1 parent 5179b9b commit 6a9e3f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ WORKDIR /pyhpc-tutorial/notebooks
77
RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.txt \
88
&& git config --unset-all "http.https://github.com/.extraheader" || { code=$?; [ "$code" = 5 ] || exit "$code"; } \
99
&& git config --global --add safe.directory "/pyhpc-tutorial" \
10+
&& mkdir ~/.jupyter \
1011
&& ln -fs /pyhpc-tutorial/build/jupyter_server_config.py ~/.jupyter/jupyter_server_config.py

0 commit comments

Comments
 (0)