From e6292630cad9204d72845bc55596add3d59b7174 Mon Sep 17 00:00:00 2001 From: Simon Adorf Date: Wed, 6 Jul 2022 15:56:25 +0200 Subject: [PATCH] Roll-back to base image that does not require a PGSQL migration. This commit partially reverts #257. --- Dockerfile | 2 +- requirements-server.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e9545fe..0eaee817 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM aiidateam/aiida-core:1.6.8 +FROM aiidateam/aiida-core:1.6.5-bionic LABEL maintainer="AiiDAlab Team " diff --git a/requirements-server.txt b/requirements-server.txt index a6a21929..54738c14 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,7 +1,7 @@ # Dependencies for notebook server and interaction with JupyterHub jupyterhub==1.5.0 jupyterlab==3.0.17 -notebook==6.4.12 +notebook==6.4.10 # Detect notebooks written in MyST Markdown jupytext==1.13.4 # Dependencies for jupyter widgets