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

Update file Dockerfile

parent 81d9db58
No related branches found
No related tags found
No related merge requests found
Pipeline #194301 failed
...@@ -46,7 +46,8 @@ RUN pip install paho-mqtt ...@@ -46,7 +46,8 @@ RUN pip install paho-mqtt
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
RUN pip install ./ASDA/ WORKDIR ./ASDA
RUN pip install .
# Seaborn # Seaborn
RUN pip install seaborn RUN pip install seaborn
\ 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