diff --git a/Dockerfile b/Dockerfile index cfe7174c99cff947173258d7d3da87e95e9c7b2d..7f52034c4be803eb7f6d25c8880fb4d2c57b2167 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