From c6336bb623186fde5b4c6ba1fa727fc6b74b292e Mon Sep 17 00:00:00 2001 From: bnachit <btissam.nachit@capgemini.com> Date: Fri, 1 Mar 2024 10:50:23 +0100 Subject: [PATCH] BIOMASS-3126-Maap jupyter clean dockerfile and add librairies --- devfiles/jupyter/devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfiles/jupyter/devfile.yaml b/devfiles/jupyter/devfile.yaml index 2f16ddd..71c3ecf 100644 --- a/devfiles/jupyter/devfile.yaml +++ b/devfiles/jupyter/devfile.yaml @@ -26,7 +26,7 @@ components: spec: containers: - name: jupyter - image: 'registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/maap-esa-jupyterlab:0.0.15' + image: 'registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/maap-esa-jupyterlab:0.0.18' imagePullPolicy: IfNotPresent envFrom: - configMapRef: -- GitLab