Skip to content
Snippets Groups Projects
Commit 83200c50 authored by František Dvořák's avatar František Dvořák
Browse files

Prevent problems with notebooks local DB at ownCloud

parent 97656e26
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ singleuser:
exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--LabApp.news_url=None \
--NotebookNotary.db_file=':memory:' \
"$@"
hub:
......
......@@ -123,6 +123,7 @@ singleuser:
exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--LabApp.news_url=None \
--NotebookNotary.db_file=':memory:' \
"$@"
hub:
......
......@@ -124,6 +124,7 @@ singleuser:
exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--LabApp.news_url=None \
--NotebookNotary.db_file=':memory:' \
"$@"
hub:
......
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