Skip to content

Commit

Permalink
add readme to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Mar 23, 2023
1 parent 2738032 commit d7f580e
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 @@ -15,6 +15,7 @@ RUN yum install -y lapack-devel atlas-devel openblas-devel
COPY Cargo.lock /app/build
COPY Cargo.toml /app/build
COPY LICENSE.md /app/build
COPY README.md /app/build

RUN RUSTFLAGS="-L /usr/lib64/atlas -C link-args=-lsatlas -ltatlas -llapack" cargo install finalfusion-utils --features=opq

Expand Down

0 comments on commit d7f580e

Please sign in to comment.