From bf3858fceb896d29e33906a405916e18eae0678d Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Sun, 29 Oct 2023 16:27:03 -0700 Subject: [PATCH] Edits to Rockylinux ci-wheel images (#88) --- ci-wheel.Dockerfile | 2 +- ci/compute-build-args.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ci-wheel.Dockerfile b/ci-wheel.Dockerfile index 057f535..5c5af5e 100644 --- a/ci-wheel.Dockerfile +++ b/ci-wheel.Dockerfile @@ -73,7 +73,7 @@ RUN case "${LINUX_VER}" in \ && dnf install -y \ epel-release wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \ sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \ - numactl-devel openssh-clients libcudnn8-devel zip \ + numactl-devel openssh-clients libcudnn8-devel zip jq \ protobuf-compiler autoconf automake libtool dnf-plugins-core cmake \ && dnf config-manager --set-enabled powertools \ && dnf install -y blas-devel lapack-devel \ diff --git a/ci/compute-build-args.sh b/ci/compute-build-args.sh index 49905a4..75ca6d6 100755 --- a/ci/compute-build-args.sh +++ b/ci/compute-build-args.sh @@ -7,6 +7,10 @@ if [[ "${LINUX_VER}" == "ubuntu20.04" ]]; then MANYLINUX_VER="manylinux_2_31" +elif [[ + "${LINUX_VER}" == "rockylinux8" +]]; then + MANYLINUX_VER="manylinux_2_28" fi ARGS=(