Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
740 B

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"