Skip to content

Commit

Permalink
add additiona dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Jul 22, 2024
1 parent a806ba4 commit 1858b24
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ WORKDIR /usr/src/app
COPY requirements.txt /usr/src/app/

RUN apk update && \
apk add --no-cache gcc g++ musl-dev gfortran
apk add --no-cache \
gcc \
g++ \
musl-dev \
gfortran \
libffi-dev \
openblas-dev \
bash

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

Expand Down

0 comments on commit 1858b24

Please sign in to comment.