Skip to content

Commit 5179b9b

Browse files
authored
Symlink our default Jupyter server config to the right path in the docker container.
1 parent 0d1f7c9 commit 5179b9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ WORKDIR /pyhpc-tutorial/notebooks
66

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"; } \
9-
&& git config --global --add safe.directory "/pyhpc-tutorial"
9+
&& git config --global --add safe.directory "/pyhpc-tutorial" \
10+
&& ln -fs /pyhpc-tutorial/build/jupyter_server_config.py ~/.jupyter/jupyter_server_config.py

0 commit comments

Comments
 (0)