Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
base_image: python-minimal
python_version_1: 3.13.11
python_version_2: 3.12.12
spark_version: 4.0.1
spark_version: 4.1.0
build_gpu: false
secrets: inherit
jupyter-pyspark:
Expand All @@ -95,7 +95,7 @@ jobs:
base_image: pyspark
python_version_1: 3.13.11
python_version_2: 3.12.12
spark_version: 4.0.1
spark_version: 4.1.0
build_gpu: false
secrets: inherit
vscode-pyspark:
Expand All @@ -107,7 +107,7 @@ jobs:
base_image: pyspark
python_version_1: 3.13.11
python_version_2: 3.12.12
spark_version: 4.0.1
spark_version: 4.1.0
build_gpu: false
secrets: inherit
python-pytorch:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
base_image: r-minimal
r_version_1: 4.5.2
r_version_2: 4.4.3
spark_version: 4.0.1
spark_version: 4.1.0
build_gpu: false
secrets: inherit
rstudio-sparkr:
Expand All @@ -201,7 +201,7 @@ jobs:
base_image: sparkr
r_version_1: 4.5.2
r_version_2: 4.4.3
spark_version: 4.0.1
spark_version: 4.1.0
build_gpu: false
secrets: inherit
r-python-julia:
Expand Down
2 changes: 1 addition & 1 deletion spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG BASE_IMAGE
ENV JAVA_VERSION="21"
ENV JAVA_HOME="/usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64"

ARG SPARK_VERSION="4.0.1"
ARG SPARK_VERSION="4.1.0"
ENV SPARK_VERSION=${SPARK_VERSION}

ENV HADOOP_HOME="/usr/local/lib/hadoop"
Expand Down