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

Update file Dockerfile

parent 33111925
No related branches found
No related tags found
No related merge requests found
Pipeline #194294 failed
...@@ -2,9 +2,9 @@ FROM jupyter/scipy-notebook:hub-1.5.0 ...@@ -2,9 +2,9 @@ FROM jupyter/scipy-notebook:hub-1.5.0
#FROM jupyter/tensorflow-notebook:hub-1.5.0 #FROM jupyter/tensorflow-notebook:hub-1.5.0
# Install from APT repository # Install from APT repository
#USER root USER root
#RUN apt-get update -y RUN apt-get update -y
#RUN apt-get install -y git RUN apt-get install -y git
# Install XPRA # Install XPRA
#RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc #RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc
...@@ -45,7 +45,6 @@ RUN pip install paho-mqtt ...@@ -45,7 +45,6 @@ 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 apt-get install git
RUN git clone https://github.com/PyDL/ASDA RUN git clone https://github.com/PyDL/ASDA
RUN cd ASDA RUN cd ASDA
RUN pip install . RUN pip install .
......
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