Installers for ROCm 5.7, Python 3.12 + Remove DEB and RPM installers (#313)
* Dockerfile update - Python 3.12 support * Bump version to 1.10.4 * Update docker scripts - Support Python 3.12 - Set RETRY to 1 if less than 1 - Support ROCm 5.7 * Update scripts/build-release.sh - Default to python 3.6-3.12 (i.e. add Python 3.12) * Update cpack workflow - Packaging for ROCm 5.7 - Ubuntu 20.04 - Ubuntu 22.04 - OpenSUSE 15.4 - RHEL 8.7 - RHEL 9.1 - Packaging for older ROCms (by request) - RHEL 8.7 + ROCm 5.3 - OpenSUSE 15.3 + ROCm 5.2 - OpenSUSE 15.4 + ROCm 5.2 - OpenSUSE 15.4 + ROCm 5.3 - Remove DEB and RPM installers - Only generate STGZ installers * Update cpack workflow - disable uploading DEB and RPM artifacts
This commit is contained in:
committed by
GitHub
parent
227980f32b
commit
2e581e2a10
@@ -18,7 +18,7 @@ ARG EXTRA_PACKAGES=""
|
||||
ARG ROCM_REPO_VERSION="debian"
|
||||
ARG ROCM_VERSION="0.0"
|
||||
ARG ROCM_REPO_DIST="ubuntu"
|
||||
ARG PYTHON_VERSIONS="6 7 8 9 10 11"
|
||||
ARG PYTHON_VERSIONS="6 7 8 9 10 11 12"
|
||||
ENV PATH ${HOME}/.local/bin:${PATH}
|
||||
|
||||
RUN apt-get update && \
|
||||
|
||||
Reference in New Issue
Block a user