Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p committed Jan 30, 2024
1 parent 3f922bc commit 47cd979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN yum groupinstall "Development Tools" -y --nogpgcheck && \
yum install -y --nogpgcheck mesa-libGL libXt libXt-devel wget gcc-gfortran lapack vim tmux cmake && \
yum clean all

RUN yum install openblas.x86_64 -y
RUN yum-config-manager --add-repo https://yum.repos.intel.com/mkl/setup/intel-mkl.repo && \
yum install intel-mkl-2020.0-088

ADD / /sharpy_dir/

Expand Down

0 comments on commit 47cd979

Please sign in to comment.