Skip to content

Commit

Permalink
Find BLAS
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p committed Apr 1, 2024
1 parent c0d1dfd commit c8d1e48
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ RUN yum groupinstall "Development Tools" -y --nogpgcheck && \
# Other required installs
RUN yum -y install python3-pip
RUN yum -y install cmake3
RUN yum -y install blas
RUN yum -y install blas-devel

WORKDIR /usr/lib/
RUN ls
WORKDIR /usr/lib64/
RUN ls

ADD / /sharpy_dir/

Expand Down

0 comments on commit c8d1e48

Please sign in to comment.