File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ graphviz==0.20.3
7777flameprof == 0.4
7878viztracer
7979debugpy
80- pystack >= 1.5.1 ; python_version != '3.13' and sys_platform=='linux' # no 3.13t wheels
80+ pystack >= 1.6.0 ; sys_platform == 'linux'
8181psutil
8282
8383# TorchDistributor dependencies
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
2424# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525LABEL org.opencontainers.image.version=""
2626
27- ENV FULL_REFRESH_DATE=20260124
27+ ENV FULL_REFRESH_DATE=20260203
2828
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -56,7 +56,7 @@ RUN apt-get update && apt-get install -y \
5656 && rm -rf /var/lib/apt/lists/*
5757
5858
59- ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
59+ ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2 pystack>=1.6.0 psutil "
6060# Python deps for Spark Connect
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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
2424# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525LABEL org.opencontainers.image.version=""
2626
27- ENV FULL_REFRESH_DATE=20260124
27+ ENV FULL_REFRESH_DATE=20260203
2828
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \
5555 && rm -rf /var/lib/apt/lists/*
5656
5757
58- ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2 pystack psutil"
58+ ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2 pystack>=1.6.0 psutil"
5959# Python deps for Spark Connect
6060ARG 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"
6161
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark Cl
2424# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525LABEL org.opencontainers.image.version=""
2626
27- ENV FULL_REFRESH_DATE=20260127
27+ ENV FULL_REFRESH_DATE=20260203
2828
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \
5555 && rm -rf /var/lib/apt/lists/*
5656
5757
58- ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 pandas==2.3.3 plotly<6.0.0 matplotlib openpyxl memory-profiler>=0.61.0 mlflow>=2.8.1 scipy scikit-learn>=1.3.2"
58+ ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 pandas==2.3.3 plotly<6.0.0 matplotlib openpyxl memory-profiler>=0.61.0 mlflow>=2.8.1 scipy scikit-learn>=1.3.2 pystack>=1.6.0 psutil "
5959ARG TEST_PIP_PKGS="coverage unittest-xml-reporting"
6060
6161# Install Python 3.12 packages
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
2424# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525LABEL org.opencontainers.image.version=""
2626
27- ENV FULL_REFRESH_DATE=20260124
27+ ENV FULL_REFRESH_DATE=20260203
2828
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \
5555 && rm -rf /var/lib/apt/lists/*
5656
5757
58- ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
58+ ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2 pystack>=1.6.0 psutil "
5959# Python deps for Spark Connect
6060ARG 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"
6161
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
2424# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525LABEL org.opencontainers.image.version=""
2626
27- ENV FULL_REFRESH_DATE=20260124
27+ ENV FULL_REFRESH_DATE=20260203
2828
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \
5555 && rm -rf /var/lib/apt/lists/*
5656
5757
58- ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
58+ ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2 pystack>=1.6.0 psutil "
5959# Python deps for Spark Connect
6060ARG 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"
6161
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
2424# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525LABEL org.opencontainers.image.version=""
2626
27- ENV FULL_REFRESH_DATE=20260127
27+ ENV FULL_REFRESH_DATE=20260203
2828
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -64,5 +64,5 @@ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.14t
6464# TODO: Add BASIC_PIP_PKGS and CONNECT_PIP_PKGS when it supports Python 3.14 free threaded
6565# TODO: Add lxml, grpcio, grpcio-status back when they support Python 3.14 free threaded
6666RUN python3.14t -m pip install --ignore-installed 'blinker>=1.6.2' # mlflow needs this
67- RUN python3.14t -m pip install 'numpy>=2.1' 'pyarrow>=19.0.0' 'six==1.16.0' 'pandas==2.3.3' scipy coverage matplotlib openpyxl jinja2 && \
67+ RUN python3.14t -m pip install 'numpy>=2.1' 'pyarrow>=19.0.0' 'six==1.16.0' 'pandas==2.3.3' 'pystack>=1.6.0' scipy coverage matplotlib openpyxl jinja2 psutil && \
6868 python3.14t -m pip cache purge
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
2424# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525LABEL org.opencontainers.image.version=""
2626
27- ENV FULL_REFRESH_DATE=20260124
27+ ENV FULL_REFRESH_DATE=20260203
2828
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \
5555 && rm -rf /var/lib/apt/lists/*
5656
5757
58- ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
58+ ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2 pystack>=1.6.0 psutil "
5959# Python deps for Spark Connect
6060ARG 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"
6161
You can’t perform that action at this time.
0 commit comments