Skip to content

Commit

Permalink
Roll-back to base image that does not require a PGSQL migration.
Browse files Browse the repository at this point in the history
This commit partially reverts #257.
  • Loading branch information
csadorf committed Jul 6, 2022
1 parent 35cf822 commit e629263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aiidateam/aiida-core:1.6.8
FROM aiidateam/aiida-core:1.6.5-bionic

LABEL maintainer="AiiDAlab Team <aiidalab@materialscloud.org>"

Expand Down
2 changes: 1 addition & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e629263

Please sign in to comment.