Skip to content

Commit

Permalink
utoronto: Fix R hubs to use correct working_dir for user servers
Browse files Browse the repository at this point in the history
Fixes: #2559
  • Loading branch information
pnasrat committed May 22, 2023
1 parent e5aa093 commit f8883f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/clusters/utoronto/r-common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ jupyterhub:
templateVars:
# This sets the default selected interface option
default_url: /rstudio
hub:
config:
KubeSpawner:
# Ensures container working dir is homedir
# https://github.com/2i2c-org/infrastructure/issues/2559
working_dir: /home/rstudio
singleuser:
storage:
# From https://jupyterhub-image.guide/rocker.html#step-7-setup-zero-to-jupyterhub-configuration-for-home-directory
Expand Down

0 comments on commit f8883f8

Please sign in to comment.