From 6b503f9fc68683c2b70d17cf706a90f1175ce288 Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Tue, 28 May 2024 14:03:47 +0000 Subject: [PATCH] Update file Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b7d43c..1c5018d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN pip install paho-mqtt RUN pip install openpivgui # Install ASDA -> für Wirbeldetektion RUN git clone https://github.com/PyDL/ASDA -WORKDIR ./ASDA +WORKDIR "./ASDA" RUN pip install . # Seaborn -- GitLab