From 30381c02faa77a9910f5514d2e976fc0ec8b421c Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Tue, 28 May 2024 11:09:07 +0000
Subject: [PATCH] Update file Dockerfile

---
 Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 3bf8a2a..cfe7174 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,3 +44,7 @@ RUN pip install paho-mqtt
 
 # Install for -> stroemmt
 RUN pip install openpivgui
+# Install ASDA -> für Wirbeldetektion
+RUN git clone https://github.com/PyDL/ASDA
+RUN cd ASDA
+RUN pip install .
\ No newline at end of file
-- 
GitLab