Skip to content
Snippets Groups Projects
Commit 1e4f7187 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added the BASE_DIR env var to the exact/swc/jupyternotebook container and...

Added the BASE_DIR env var to the exact/swc/jupyternotebook container and fixed the image name for the data science jupyter notebook container.
parent 7c962dfb
Branches
No related tags found
No related merge requests found
...@@ -173,6 +173,7 @@ to provide help, news and informations on your deployment. Or you can just ignor ...@@ -173,6 +173,7 @@ to provide help, news and informations on your deployment. Or you can just ignor
interface_transport = 'tcp/ip', interface_transport = 'tcp/ip',
supports_custom_interface_port = True, supports_custom_interface_port = True,
supports_interface_auth = True, supports_interface_auth = True,
env_vars = {"BASE_DIR":"/storages"},
interface_auth_user = None) interface_auth_user = None)
# Official Jupyter containers # Official Jupyter containers
...@@ -182,7 +183,7 @@ to provide help, news and informations on your deployment. Or you can just ignor ...@@ -182,7 +183,7 @@ to provide help, news and informations on your deployment. Or you can just ignor
name = 'Jupyter Data Science Lab', name = 'Jupyter Data Science Lab',
description = 'The official Jupyter Lab. The Data Science variant, which includes libraries for data analysis from the Julia, Python, and R communities.', description = 'The official Jupyter Lab. The Data Science variant, which includes libraries for data analysis from the Julia, Python, and R communities.',
registry = 'docker.io', registry = 'docker.io',
image_name = 'jupyter/scipy-notebook', image_name = 'jupyter/datascience-notebook',
image_tag = tag, image_tag = tag,
image_arch = None, image_arch = None,
image_os = None, image_os = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment