File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/spark-test-image/pypy-310 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ RUN apt-get update && apt-get install -y \
63
63
64
64
65
65
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
70
70
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | pypy3
71
71
RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.3.1' 'pyarrow==20.0.0' scipy coverage matplotlib lxml
You can’t perform that action at this time.
0 commit comments