From f3e1a070eb37b554bc75d3c11a41e83555808b56 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:37:12 +0000
Subject: [PATCH] Update Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index 4a749f0..88d2cab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,8 +18,8 @@ COPY .env .env
 
 # Install python packages
 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 --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