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

Update Dockerfile

parent b532f4f3
No related branches found
No related tags found
No related merge requests found
Pipeline #211414 failed
FROM jupyter/scipy-notebook:hub-4.0.2 FROM jupyter/scipy-notebook:hub-1.5.0
# Install from APT repository # Install from APT repository
USER root USER root
...@@ -11,6 +11,8 @@ WORKDIR /usr/src/app ...@@ -11,6 +11,8 @@ WORKDIR /usr/src/app
# Install basics # Install basics
USER jovyan USER jovyan
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
RUN pip3 install pip-review
RUN pip-review --local --auto
COPY .env .env COPY .env .env
# Install python packages # Install python packages
......
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