We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf04a73 commit 5962235Copy full SHA for 5962235
docker/Dockerfile.llvm-project
@@ -47,7 +47,9 @@ RUN distro=$(cat /etc/os-release|grep -Po '(?<=^ID=").*(?=")|(?<=^ID=)[^"].*[^"]
47
file java-21-devel gcc gcc-c++ git libtool make ncurses-devel \
48
ninja-build python3 python3-devel python3-pip python3-setuptools \
49
python3-wheel tzdata-java unzip which zip zlib-devel && \
50
- # Use same versions as those in ubuntu:noble
+ # Upgrade setuptools to avoid UNKNOWN wheel when building onnx
51
+ # Use same package versions as those in ubuntu:noble
52
+ pip3 install -q setuptools --upgrade && \
53
pip3 install -q \
54
Cython pytest==7.4.4 numpy==1.26.4 pytest-xdist==3.4.0 \
55
typing-extensions==4.10.0 && \
0 commit comments