Skip to content

Commit

Permalink
add intro to shell app
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Aug 1, 2024
1 parent 864b4ac commit 80d3fb3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vars/ondemand-config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ ood_apps:
enabled: true
pre_pull: true

introshell:
k8s_container: ghcr.io/nesi/training-environment-jupyter-introduction-shell-app:v0.4.0
repo: https://github.com/nesi/training-environment-jupyter-introduction-shell-app.git
version: 'v0.4.0'
enabled: true
pre_pull: false


# this is currently required for containers and nextflow apps to run properly (fakeroot)
# Note: you should probably set to false unless you are running a containers workshop
enable_privileged_pods: true
Expand Down

0 comments on commit 80d3fb3

Please sign in to comment.