Skip to content

Commit

Permalink
Disable openblas.
Browse files Browse the repository at this point in the history
See #82
  • Loading branch information
stellaraccident committed Feb 12, 2025
1 parent b0a8d63 commit 6de16e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dockerfiles/build_manylinux_x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,11 @@ COPY install_ninja.sh ./
RUN ./install_ninja.sh "${CMAKE_VERSION}" && rm -rf /install-ninja

######## Yum Packages #######
# TODOs:
# * Figure out why having openblas-devel installed makes the fortran compiler
# behave (https://github.com/nod-ai/TheRock/issues/82)
RUN yum install -y epel-release && \
yum install -y clang lld && \
yum install -y numactl-devel elfutils-libelf-devel vim-common git-lfs && \
yum install -y bzip2-devel && \
yum install -y gtest-devel && \
yum install -y openblas-devel && \
yum clean all && \
rm -rf /var/cache/yum

Expand Down

0 comments on commit 6de16e2

Please sign in to comment.