Skip to content
Snippets Groups Projects
Commit 0952ea37 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

L2SS-292 Add matplotlib and jupyterplot to the image

parent 3555cb5f
Branches
Tags
1 merge request!73L2SS-292 Add matplotlib and jupyterplot to the image
...@@ -8,6 +8,8 @@ ARG CONTAINER_EXECUTION_UID=1000 ...@@ -8,6 +8,8 @@ ARG CONTAINER_EXECUTION_UID=1000
RUN sudo pip3 install jupyter RUN sudo pip3 install jupyter
RUN sudo pip3 install ipykernel RUN sudo pip3 install ipykernel
RUN sudo pip3 install jupyter_bokeh RUN sudo pip3 install jupyter_bokeh
# Install matplotlib, jupyterplot
RUN sudo pip3 install matplotlib jupyterplot
# Configure jupyter_bokeh # Configure jupyter_bokeh
RUN sudo mkdir -p /usr/share/jupyter /usr/etc RUN sudo mkdir -p /usr/share/jupyter /usr/etc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment