Skip to content

Commit

Permalink
Add yasm & openslide for wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Nov 3, 2023
1 parent 4be8b78 commit f79dcc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN case "${LINUX_VER}" in \
jq wget gcc zlib1g-dev libbz2-dev \
libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \
libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \
protobuf-compiler autoconf automake libtool cmake \
protobuf-compiler autoconf automake libtool cmake yasm openslide-dev \
&& add-apt-repository ppa:git-core/ppa \
&& add-apt-repository ppa:ubuntu-toolchain-r/test \
&& apt update -y \
Expand All @@ -51,6 +51,7 @@ RUN case "${LINUX_VER}" in \
sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \
numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \
protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \
yasm openslide-devel \
&& yum remove -y git \
&& yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm \
&& yum install -y git jq devtoolset-11 \
Expand All @@ -74,7 +75,7 @@ RUN case "${LINUX_VER}" in \
&& dnf install -y \
epel-release which 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 jq \
numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel \
protobuf-compiler autoconf automake libtool dnf-plugins-core cmake \
&& dnf config-manager --set-enabled powertools \
&& dnf install -y blas-devel lapack-devel \
Expand Down

0 comments on commit f79dcc0

Please sign in to comment.