From 6c59a665dd9836ece1e6ff42344086b8de508501 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de>
Date: Tue, 8 Oct 2024 07:56:22 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 88d2cab..573f9ad 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,10 +16,26 @@ RUN pip3 install --upgrade pip
 # RUN pip-review --local --auto
 COPY .env .env
 
+RUN pip3 install jupyterlab-git==0.34.0
+RUN pip3 install jupyterlab-gitlab==3.0.0
+RUN pip3 install psycopg2-binary
+RUN pip3 install psycopg2
+RUN pip3 install python-dotenv
+RUN pip3 install sqlalchemy
+RUN pip3 install urllib3
+RUN pip3 install yahooquery==2.3.7
+RUN pip3 install numpy==1.26.4
+RUN pip3 install numba==0.59.1
+RUN pip3 install scipy==1.13.1
+RUN pip3 install matplotlib==3.8.4
+RUN pip3 install seaborn==0.13.2
+RUN pip3 install plotly==5.22.0
+
+
 # Install python packages
-COPY requirements.txt requirements.txt
+#COPY requirements.txt requirements.txt
 #RUN pip install --no-cache-dir -r requirements.txt
-RUN pip install --ignore-installed --no-cache-dir -r requirements.txt
+#RUN pip install --ignore-installed --no-cache-dir -r requirements.txt
 ENV IPYTHONDIR /usr/src/app/ipython/
 WORKDIR /usr/src/app/ipython/profile_default/startup/
 COPY python_startup/ ./
-- 
GitLab