Skip to content

Commit

Permalink
Edits to Rockylinux ci-wheel images (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Oct 29, 2023
1 parent 0b73479 commit bf3858f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 4 additions & 0 deletions ci/compute-build-args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit bf3858f

Please sign in to comment.