diff --git a/Dockerfile b/Dockerfile
index 52d89c692783935db9ab3ddd25eef191527f180a..e65b7119b87d5bee88163cc947e2d2e57b00f633 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM jupyter/datascience-notebook:hub-3.1.1
+FROM jupyter/scipy-notebook:hub-1.5.0
 
 # Install from APT repository
 USER root
@@ -9,9 +9,8 @@ RUN apt-get install -y git
 USER jovyan
 RUN pip3 install --upgrade pip
 
-# Install Git
-RUN pip3 install --upgrade pip
-RUN pip install jupyter-server-proxy==4.0.0
-RUN pip install jupyterlab-git==0.42.0
+# Install 'nice to have lab extensions'
+# RUN pip install --upgrade jupyterlab
+RUN pip install jupyterlab-git==0.34.0
 RUN pip install jupyterlab-gitlab==3.0.0