Skip to content
Snippets Groups Projects
Commit 02eb248d authored by Steffen Jacobs's avatar Steffen Jacobs
Browse files

Update Dockerfile

parent ddc9f5a8
No related branches found
No related tags found
No related merge requests found
Pipeline #217070 failed
......@@ -56,4 +56,10 @@ WORKDIR ASDA
RUN pip install .
# Seaborn
RUN pip install seaborn
\ No newline at end of file
RUN pip install seaborn
# Programmierung Jupyter-notebook
pip install hide_code
jupyter nbextension install --py hide_code
jupyter nbextension enable --py hide_code
jupyter serverextension enable --py hide_code
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment