We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56c051 commit 9137a9fCopy full SHA for 9137a9f
python/Dockerfile
@@ -13,7 +13,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y; \
13
cargo --version; \
14
rustc --version;
15
16
-RUN for PYBIN in /opt/python/{cp37-cp37m,cp38-cp38,cp39-cp39,cp310-cp310,cp311-cp311}/bin; do \
+RUN for PYBIN in /opt/python/{cp38-cp38,cp39-cp39,cp310-cp310,cp311-cp311,cp312-cp312}/bin; do \
17
echo "--> $PYBIN"; \
18
$PYBIN/pip install \
19
numpy \
0 commit comments