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 fca91d9 commit 19e8c36Copy full SHA for 19e8c36
build/dockerfile
@@ -11,7 +11,7 @@ RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.
11
&& git config --global --add safe.directory "/pyhpc-tutorial" \
12
&& mkdir -p ~/.jupyter/lab/user-settings/jupyterlab-nvidia-nsight \
13
&& mkdir -p ~/.local/state/._bash_history \
14
- && ln -fs /pyhpc-tutorial/build/jupyter_server_config.py ~/.jupyter/jupyter_server_config.py
+ && ln -fs /pyhpc-tutorial/build/jupyter_server_config.py ~/.jupyter/jupyter_server_config.py \
15
+ && python -m jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
16
17
CMD ["/pyhpc-tutorial/build/jupyter-start.bash"]
-
0 commit comments