Skip to content
Snippets Groups Projects
Commit fd3d9102 authored by Michael Bücker's avatar Michael Bücker
Browse files

Update Dockerfile

parent d1b2eba4
No related branches found
No related tags found
No related merge requests found
Pipeline #211424 canceled
......@@ -10,7 +10,7 @@ WORKDIR /usr/src/app
# Install basics
USER jovyan
RUN pip3 install --upgrade pip setuptools wheel
# RUN pip3 install --upgrade pip setuptools wheel
RUN pip3 install --upgrade pip
# RUN pip3 install pip-review
# RUN pip-review --local --auto
......@@ -18,7 +18,7 @@ COPY .env .env
# Install python packages
COPY requirements.txt requirements.txt
RUN pip install --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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment