add gfortran for amd64 builds

This commit is contained in:
Petitminion 2025-01-26 11:47:54 +01:00
parent 0507c193d3
commit e37eed1296
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ ENV PATH="/venv/bin:$PATH"
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
RUN apk add --no-cache gfortran
RUN --mount=type=cache,target=~/.cache/pip; \ RUN --mount=type=cache,target=~/.cache/pip; \
set -eux; \ set -eux; \
pip3 install --no-deps --editable . pip3 install --no-deps --editable .