dip questions yaml add

This commit is contained in:
ychangkim
2026-06-16 16:37:07 +09:00
parent f4d287abef
commit 6805aa652f
27 changed files with 703 additions and 2 deletions
@@ -0,0 +1,28 @@
questions:
- variable: "$image.repository"
label: Jupyter image
type: enum
required: true
default: ""
options:
- "jupyter/scipy-notebook:ubuntu-24.04"
- "jupyter/scipy-notebook:conda-26.1.1"
- "jupyter/pyspark-notebook:spark-4.1.1"
- "jupyter/pyspark-notebook:conda-26.1.1"
- "jupyter/pytorch-notebook:cuda12-notebook-7.5.5"
- "jupyter/pytorch-notebook:cuda12-python-3.13"
- variable: "$jupyterConfig.token"
label: Login password
type: password
required: false
default: ""
- variable: "$homeVolume.enabled"
label: Home directory volume
type: boolean
required: false
default: "true"
- variable: "$dataVolume.enabled"
label: Data volume
type: boolean
required: false
default: "false"