add gfortran for amd64 builds
This commit is contained in:
parent
0507c193d3
commit
e37eed1296
|
@ -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 .
|
||||||
|
|
Loading…
Reference in New Issue