Skip to content
Snippets Groups Projects
Commit 4dc34b55 authored by Peter Vennemann's avatar Peter Vennemann
Browse files

Update Dockerfile for new 2024 4.0.2 Jupyter Hub.

parent d999db67
No related branches found
No related tags found
No related merge requests found
Pipeline #213188 failed
FROM jupyter/scipy-notebook:hub-1.5.0 # Base image
#FROM jupyter/tensorflow-notebook:hub-1.5.0 FROM jupyter/scipy-notebook:hub-4.0.2
#FROM jupyter/datascience-notebook:hub-4.0.2
#FROM jupyter/tensorflow-notebook:hub-4.0.2
# Install from APT repository # Install from APT repository
USER root USER root
...@@ -25,6 +27,7 @@ RUN apt-get install -y libopenmpi-dev ...@@ -25,6 +27,7 @@ RUN apt-get install -y libopenmpi-dev
# Install basics # Install basics
USER jovyan USER jovyan
RUN pip install --upgrade pip RUN pip install --upgrade pip
RUN pip install jupyter-server-proxy==4.4.0
# Install 'nice to have lab extensions' # Install 'nice to have lab extensions'
#RUN pip install --upgrade jupyterlab #RUN pip install --upgrade jupyterlab
...@@ -46,6 +49,7 @@ RUN pip install paho-mqtt ...@@ -46,6 +49,7 @@ RUN pip install paho-mqtt
# Install for -> stroemmt # Install for -> stroemmt
RUN pip install openpivgui RUN pip install openpivgui
# Install ASDA -> für Wirbeldetektion # Install ASDA -> für Wirbeldetektion
RUN git clone https://github.com/PyDL/ASDA RUN git clone https://github.com/PyDL/ASDA
WORKDIR ASDA WORKDIR ASDA
......
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