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 64e1e68 commit c986f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN yum groupinstall "Development Tools" -y --nogpgcheck && \
yum install -y --nogpgcheck mesa-libGL libXt libXt-devel wget gcc-gfortran lapack vim tmux && \
yum clean all

RUN yum install libopenblas
RUN yum -y update && yum -y install cmake

ADD / /sharpy_dir/
Expand Down

0 comments on commit c986f46

Please sign in to comment.