Skip to content

Commit 9b670b6

Browse files
committed
test python3.14-pip python3.14-venv
1 parent dd2239d commit 9b670b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/spark-test-image/python-314/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ RUN apt-get update && apt-get install -y \
5050
RUN add-apt-repository ppa:deadsnakes/ppa
5151
RUN apt-get update && apt-get install -y \
5252
python3.14 \
53-
python3-pip \
54-
python3-venv \
53+
python3.14-pip \
54+
python3.14-venv \
5555
&& apt-get autoremove --purge -y \
5656
&& apt-get clean \
5757
&& rm -rf /var/lib/apt/lists/*
@@ -61,7 +61,7 @@ ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly
6161
ARG CONNECT_PIP_PKGS="grpcio==1.76.0 grpcio-status==1.76.0 protobuf==6.33.5 googleapis-common-protos==1.71.0 zstandard==0.25.0 graphviz==0.20.3"
6262

6363
# Install Python 3.14 packages
64-
ENV VIRTUAL_ENV /opt/spark-venv
64+
ENV VIRTUAL_ENV=/opt/spark-venv
6565
RUN python3.14 -m venv $VIRTUAL_ENV
6666
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
6767

0 commit comments

Comments
 (0)