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

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

diff --git a/Dockerfile b/Dockerfile
index cfe7174..7f52034 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,4 +47,7 @@ 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
+RUN pip install .
+
+# Seaborn
+RUN pip install seaborn
\ No newline at end of file
-- 
GitLab