From d373bad9b4c5771ae614cafbb4deda8ff1bcc0b5 Mon Sep 17 00:00:00 2001 From: Sonal Goyal Date: Tue, 2 Jan 2024 13:11:31 +0530 Subject: [PATCH] updated Docker for latest release --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a5b2c82dc..d480bc02e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #FROM docker.io/bitnami/spark:3.1.2 -FROM apache/spark-py:v3.5.0 +FROM apache/spark:3.5.0-python3 USER 0 RUN apt-get update && \ apt install -y curl vim @@ -15,6 +15,6 @@ tar --extract --gzip --strip=1 RUN pip install -r python/requirements.txt RUN pip install zingg RUN chmod -R a+rwx /zingg-0.4.0/models -RUN chown -R 1001 /zingg-0.4.0/models -USER 1001 +RUN chown -R spark /zingg-0.4.0/models +USER spark