Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,12 @@ jupyterhub:
BaseFileIdManager: *server_config_base_file_id_manager
startTimeout: 600 # 10 mins, node startup + image pulling sometimes takes more than the default 5min
defaultUrl: /tree
# Putting the .jupyter config dir in a tmp location, rather than the home dir will
# permit the user server to start even if the user hits its home storage quota.
# Same goes for the npm logs stored in ~/.npm
extraEnv:
JUPYTER_CONFIG_DIR: /tmp/.jupyter
NPM_CONFIG_CACHE: /tmp/.npm
image:
name: quay.io/jupyter/scipy-notebook
tag: "2024-03-18"
Expand Down
Loading