From 87b640f8d85c3ac2d403efe945434a9282d654f8 Mon Sep 17 00:00:00 2001 From: Yong Date: Sun, 23 Feb 2025 20:15:08 -0600 Subject: [PATCH] Fix getting start spark --- getting-started/spark/notebooks/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/spark/notebooks/Dockerfile b/getting-started/spark/notebooks/Dockerfile index d081322294..2e3371abb5 100644 --- a/getting-started/spark/notebooks/Dockerfile +++ b/getting-started/spark/notebooks/Dockerfile @@ -17,7 +17,7 @@ # under the License. # -FROM jupyter/all-spark-notebook:spark-3.5.4 +FROM jupyter/all-spark-notebook:spark-3.5.0 COPY --chown=jovyan regtests/client /home/jovyan/client COPY --chown=jovyan regtests/requirements.txt /tmp