File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/spark-test-image/python-314 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ RUN apt-get update && apt-get install -y \
5050RUN add-apt-repository ppa:deadsnakes/ppa
5151RUN 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
6161ARG 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
6565RUN python3.14 -m venv $VIRTUAL_ENV
6666ENV PATH="$VIRTUAL_ENV/bin:$PATH"
6767
You can’t perform that action at this time.
0 commit comments