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

Fix compatibility of single-user image with enterprise gateway

parent 248f0320
No related branches found
No related tags found
No related merge requests found
...@@ -32,12 +32,19 @@ singleuser: ...@@ -32,12 +32,19 @@ singleuser:
limit: 2 limit: 2
guarantee: .02 guarantee: .02
defaultUrl: "/lab" defaultUrl: "/lab"
# requires single-user image compatible with enterprise-gateway
image: image:
# https://github.com/valtri/egi-notebooks-images/tree/jupyter-4.x/single-user-gateway # https://github.com/valtri/egi-notebooks-images/tree/jupyter-4.x/single-user-gateway
name: valtri/single-user-gateway # (not compatible)
tag: "jupyter-4b" # name: valtri/single-user-gateway
# tag: "jupyter-4b"
# name: elyra/nb2kg # name: elyra/nb2kg
# tag: dev # tag: dev
# hub-4.0.2 julia-1.10.0 lab-4.1.0 notebook-7.0.7 python-3.11.7
name: quay.io/jupyter/datascience-notebook
tag: 2024-02-06
extraEnv: extraEnv:
KG_REQUEST_TIMEOUT: "60" KG_REQUEST_TIMEOUT: "60"
JUPYTER_GATEWAY_AUTH_TOKEN: "{{ gateways_token['cesnet-mcc'] }}" JUPYTER_GATEWAY_AUTH_TOKEN: "{{ gateways_token['cesnet-mcc'] }}"
......
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