From 0e6e04565a208e361d7459ecd68262080f014ef8 Mon Sep 17 00:00:00 2001 From: Nicolas Laval Date: Thu, 25 Jan 2024 16:37:47 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73ce9de..89d2a1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.0 +FROM --platform=linux/amd64 inseefrlab/onyxia-jupyter-pyspark:py3.11.6-spark3.5.0 # Allows the kernel to load the Spark and Hadoop config. ENV CLASSPATH_PREFIX "/opt/hadoop/etc/hadoop:/opt/spark/conf"