diff --git a/Dockerfile b/Dockerfile
index 4a749f034ea2dce27a1356ed83982eca71f90efb..88d2cab29bd5c7810ad3d16aa50a93b35475430b 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/ ./