Skip to content

Commit

Permalink
copy blas
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p committed Apr 1, 2024
1 parent 3f527e2 commit 1d73e2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ RUN ls

ADD / /sharpy_dir/

RUN rpm -ql blas

#COPY /utils/docker/* /root/
RUN ln -s /sharpy_dir/utils/docker/* /root/

# Install SHARPy
WORKDIR /sharpy_dir/
RUN git submodule update --init --recursive
RUN cp */libblas.a .
RUN pip3 install .
RUN rm -rf build

Expand Down

0 comments on commit 1d73e2c

Please sign in to comment.