Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update manylinux dockerfile: add Python 3.13, drop ROCm and Bazel. (#15)
This will help us publish Python 3.13 and 3.13t wheels: iree-org/iree#18652. Tested 3.13 locally with: ```bash cd base-docker-images sudo docker buildx build --file dockerfiles/manylinux_x86_64.Dockerfile . --tag manylinux:latest cd iree manylinux_docker_image=manylinux:latest override_python_versions=cp313-cp313 packages="iree-runtime iree-compiler" sudo -E ./build_tools/python_deploy/build_linux_packages.sh ``` The ROCm and Bazel deps appeared to be unused in this dockerfile, so I pruned them. We also aren't using the "ghr" flavored version of this dockerfile (https://github.com/iree-org/base-docker-images/blob/main/dockerfiles/manylinux_ghr_x86_64.Dockerfile), which has diverged quite substantially, so I did not update that file.
- Loading branch information