diff --git a/Dockerfile b/Dockerfile index 496207299..3ce372ed8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ @@ -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"] \ No newline at end of file