From 81d9db58ace0627be2aa241a2816d79403a7b977 Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Tue, 28 May 2024 13:48:10 +0000
Subject: [PATCH] Update file Dockerfile

---
 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index f3545ac..3396cca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,8 +46,7 @@ RUN pip install paho-mqtt
 RUN pip install openpivgui
 # Install ASDA -> für Wirbeldetektion
 RUN git clone https://github.com/PyDL/ASDA
-RUN cd ASDA
-RUN pip install .
+RUN pip install ./ASDA/
 
 # Seaborn
 RUN pip install seaborn
\ No newline at end of file
-- 
GitLab