Skip to content
Snippets Groups Projects
Commit 3e7f93af authored by TANDIAN Mamoudou's avatar TANDIAN Mamoudou
Browse files

update jupyter-pytorch-gpu version

parent 14a6cbf3
No related branches found
No related tags found
No related merge requests found
Pipeline #234618 failed
......@@ -8,9 +8,10 @@ upload:
script:
- cd charts
- |
for d in $(ls -d *)
do
echo ${d}
# for d in $(ls -d *)
# do
# echo ${d}
d="jupyter-pytorch-gpu/"
helm dependency build ${d}
helm lint ${d}
helm package ${d}
......
......@@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 1.13.44
version: 1.15.0
dependencies:
- name: library-chart
version: "<=1.5.23"
......
# jupyter-pytorch-gpu
![Version: 1.13.44](https://img.shields.io/badge/Version-1.13.44-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.15.0](https://img.shields.io/badge/Version-1.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support.
......@@ -15,7 +15,7 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU
| Repository | Name | Version |
|------------|------|---------|
| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.23 |
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.23 |
## Values
......
......@@ -42,7 +42,10 @@
"title": "custom image",
"type": "boolean",
"description": "use a custom jupyter docker image",
"default": false
"default": false,
"x-onyxia": {
"overwriteSchemaWith": "ide/customImage.json"
}
},
"version": {
"description": "jupyter unsupported version",
......@@ -62,6 +65,9 @@
"resources": {
"description": "Your service will have at least the requested resources and never more than its limits. No limit for a resource and you can consume everything left on the host machine.",
"type": "object",
"x-onyxia": {
"overwriteSchemaWith": "ide/resources.json"
},
"properties": {
"requests": {
"description": "Guaranteed resources",
......@@ -166,6 +172,9 @@
"persistence": {
"description": "Configuration for persistence",
"type": "object",
"x-onyxia": {
"overwriteSchemaWith": "ide/persistence.json"
},
"properties": {
"enabled": {
"type": "boolean",
......@@ -197,6 +206,9 @@
"init": {
"description": "Init parameters",
"type": "object",
"x-onyxia": {
"overwriteSchemaWith": "ide/init.json"
},
"properties": {
"regionInit": {
"type": "string",
......@@ -222,6 +234,9 @@
"kubernetes": {
"description": "configuration of your kubernetes access",
"type": "object",
"x-onyxia": {
"overwriteSchemaWith": "ide/role.json"
},
"properties": {
"enabled": {
"type": "boolean",
......@@ -247,6 +262,9 @@
"vault": {
"description": "Configuration of vault client",
"type": "object",
"x-onyxia": {
"overwriteSchemaWith": "ide/vault.json"
},
"properties": {
"enabled": {
"type": "boolean",
......@@ -312,6 +330,9 @@
"s3": {
"description": "Configuration of temporary identity",
"type": "object",
"x-onyxia": {
"overwriteSchemaWith": "ide/s3.json"
},
"properties": {
"enabled": {
"type": "boolean",
......@@ -380,6 +401,9 @@
"git": {
"description": "Git user configuration",
"type": "object",
"x-onyxia": {
"overwriteSchemaWith": "ide/git.json"
},
"properties": {
"enabled": {
"type": "boolean",
......@@ -582,13 +606,16 @@
"description": "NodeSelector",
"default": {},
"x-onyxia": {
"hidden": false,
"overwriteDefaultWith": "region.nodeSelector"
"overwriteDefaultWith": "region.nodeSelector",
"overwriteSchemaWith": "nodeSelector-gpu.json"
}
},
"openshiftSCC": {
"description": "configuration for openshift compatibility",
"type": "object",
"x-onyxia": {
"overwriteSchemaWith": "ide/openshiftSCC.json"
},
"properties": {
"enabled": {
"description": "enable rolebinding with openshift scc",
......@@ -737,7 +764,8 @@
"default": {},
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.startupProbe"
"overwriteDefaultWith": "region.startupProbe",
"overwriteSchemaWith": "ide/startupProbe.json"
}
},
"tolerations": {
......@@ -746,7 +774,8 @@
"default": [],
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.tolerations"
"overwriteDefaultWith": "region.tolerations",
"overwriteSchemaWith": "tolerations.json"
}
},
"userPreferences": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment