Skip to content

Commit

Permalink
Merge pull request #3435 from yuvipanda/veda-qgis
Browse files Browse the repository at this point in the history
veda: Provide QGIS based desktop image here too
  • Loading branch information
yuvipanda authored Nov 25, 2023
2 parents 7db10b3 + 6eee149 commit 5e12d77
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/clusters/nasa-veda/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,19 @@ basehub:
securityContext:
runAsUser: 1000
runAsGroup: 1000
qgis:
display_name: QGIS on Linux Desktop
slug: qgis
kubespawner_override:
# Explicitly unset this - we set this to 'jupyterhub-singleuser'
# in basehub/values.yaml. We instead want to leave this unset,
# so the default command for the docker image is used instead.
# This is required for .desktop files to show up correctly.
cmd: null
# Launch people directly into the Linux desktop when they start
default_url: /desktop
# Built from https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/51
image: "quay.io/jupyter-remote-desktop-proxy/qgis:2023-09-27"
rocker:
display_name: Rocker Geospatial with RStudio
slug: rocker
Expand Down

0 comments on commit 5e12d77

Please sign in to comment.