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 75e3060 commit 64e1e68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN yum groupinstall "Development Tools" -y --nogpgcheck && \
yum clean all

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

ADD / /sharpy_dir/

Expand All @@ -33,5 +32,4 @@ RUN cd sharpy_dir && \
pip install . && \
rm -rf build

ENTRYPOINT ["/bin/bash", "--init-file", "/root/bashrc"]

ENTRYPOINT ["/bin/bash", "--init-file", "/root/bashrc"]

0 comments on commit 64e1e68

Please sign in to comment.