Skip to content

Commit 8752aea

Browse files
committed
fix: using the same pyspark version for everybody
1 parent f80e8dd commit 8752aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark-base-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ENV PYTHONPATH="${SPARK_HOME}/python:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.
9898

9999
# Install matching PySpark version and dependencies
100100
RUN pip install --no-cache-dir \
101-
pyspark==3.5.6 \
101+
pyspark==3.5.7 \
102102
pandas \
103103
numpy
104104

0 commit comments

Comments
 (0)