Skip to content

Commit

Permalink
scipy still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Jul 22, 2024
1 parent 1858b24 commit f7a279c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ RUN apk update && \
gfortran \
libffi-dev \
openblas-dev \
bash
bash \
cmake \
meson \
ninja

RUN pip3 install --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit f7a279c

Please sign in to comment.