Skip to content

Commit be07463

Browse files
committed
test
1 parent a51135e commit be07463

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/spark-test-image/pypy-310/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ RUN apt-get update && apt-get install -y \
6363

6464

6565
RUN add-apt-repository ppa:pypy/ppa
66-
RUN mkdir -p /usr/local/pypy/pypy3.10 && \
67-
curl -sqL https://downloads.python.org/pypy/pypy3.10-v7.3.17-linux64.tar.bz2 | tar xjf - -C /usr/local/pypy/pypy3.10 --strip-components=1 && \
68-
ln -sf /usr/local/pypy/pypy3.10/bin/pypy /usr/local/bin/pypy3.10 && \
69-
ln -sf /usr/local/pypy/pypy3.10/bin/pypy /usr/local/bin/pypy3
66+
RUN mkdir -p /usr/local/pypy/pypy3.11 && \
67+
curl -sqL https://downloads.python.org/pypy/pypy3.11-v7.3.20-linux64.tar.bz2 | tar xjf - -C /usr/local/pypy/pypy3.11 --strip-components=1 && \
68+
ln -sf /usr/local/pypy/pypy3.11/bin/pypy /usr/local/bin/pypy3.10 && \
69+
ln -sf /usr/local/pypy/pypy3.11/bin/pypy /usr/local/bin/pypy3
7070
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | pypy3
7171
RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.3.1' 'pyarrow==20.0.0' scipy coverage matplotlib lxml

0 commit comments

Comments
 (0)