pan3793 commented on PR #52879: URL: https://github.com/apache/spark/pull/52879#issuecomment-3487515541
I confirm the issue has gone by building the image locally.
```
$ docker build -f dev/spark-test-image/python-314/Dockerfile .
[+] Building 554.5s (11/11) FINISHED
docker:orbstack
=> [internal] load build definition from Dockerfile
0.0s
=> => transferring dockerfile: 3.00kB
0.0s
=> [internal] load metadata for docker.io/library/ubuntu:jammy-20240911.1
4.2s
=> [internal] load .dockerignore
0.0s
=> => transferring context: 2B
0.0s
=> [1/7] FROM
docker.io/library/ubuntu:jammy-20240911.1@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
3.9s
=> => resolve
docker.io/library/ubuntu:jammy-20240911.1@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
0.0s
=> =>
sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 6.69kB
/ 6.69kB
0.0s
=> =>
sha256:7c75ab2b0567edbb9d4834a2c51e462ebd709740d1f2c40bcd23c56e974fe2a8 424B /
424B
0.0s
=> =>
sha256:981912c48e9a89e903c89b228be977e23eeba83d42e2c8e0593a781a2b251cba 2.31kB
/ 2.31kB
0.0s
=> =>
sha256:a186900671ab62e1dea364788f4e84c156e1825939914cfb5a6770be2b58b4da 27.36MB
/ 27.36MB
3.2s
=> => extracting
sha256:a186900671ab62e1dea364788f4e84c156e1825939914cfb5a6770be2b58b4da
0.6s
=> [2/7] RUN apt-get update && apt-get install -y build-essential
ca-certificates curl gfortran git gnupg
libcurl4-openssl-dev libfontconfig1-dev libfreetype6-dev l 256.7s
=> [3/7] RUN add-apt-repository ppa:deadsnakes/ppa
10.0s
=> [4/7] RUN apt-get update && apt-get install -y python3.14 &&
apt-get autoremove --purge -y && apt-get clean && rm -rf
/var/lib/apt/lists/* 28.0s
=> [5/7] RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.14
5.2s
=> [6/7] RUN python3.14 -m pip install --ignore-installed blinker>=1.6.2 #
mlflow needs this
1.4s
=> [7/7] RUN python3.14 -m pip install numpy pyarrow>=22.0.0 six==1.16.0
pandas==2.3.3 scipy plotly<6.0.0 coverage matplotlib openpyxl
memory-profiler>=0.61.0 scikit-learn>=1.3.2 unittest-xml-reporting gr 240.2s
=> exporting to image
4.7s
=> => exporting layers
4.6s
=> => writing image
sha256:c1e8723daec426d2799cf829a747cb5e08087d8b3326ed8edb8fa639628275a1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
