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 0d1f7c9 commit 5179b9bCopy full SHA for 5179b9b
build/dockerfile
@@ -6,4 +6,5 @@ WORKDIR /pyhpc-tutorial/notebooks
6
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"
+ && 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