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

Revert "Update Dockerfile"

This reverts commit a72f3fad
parent a72f3fad
No related branches found
No related tags found
1 merge request!2Revert "Update Dockerfile"
Pipeline #158778 passed
FROM jupyter/datascience-notebook:hub-3.1.1 FROM jupyter/scipy-notebook:hub-1.5.0
# Install from APT repository # Install from APT repository
USER root USER root
...@@ -9,9 +9,8 @@ RUN apt-get install -y git ...@@ -9,9 +9,8 @@ RUN apt-get install -y git
USER jovyan USER jovyan
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
# Install Git # Install 'nice to have lab extensions'
RUN pip3 install --upgrade pip # RUN pip install --upgrade jupyterlab
RUN pip install jupyter-server-proxy==4.0.0 RUN pip install jupyterlab-git==0.34.0
RUN pip install jupyterlab-git==0.42.0
RUN pip install jupyterlab-gitlab==3.0.0 RUN pip install jupyterlab-gitlab==3.0.0
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