From c99d0328b913c6c3a4a951d3078ef868948bbb5c Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Tue, 28 May 2024 14:02:53 +0000 Subject: [PATCH] Update file Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3396cca..6b7d43c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,8 @@ RUN pip install paho-mqtt RUN pip install openpivgui # Install ASDA -> für Wirbeldetektion RUN git clone https://github.com/PyDL/ASDA -RUN pip install ./ASDA/ +WORKDIR ./ASDA +RUN pip install . # Seaborn RUN pip install seaborn \ No newline at end of file -- GitLab