This commit is contained in:
Michael Pilosov 2021-12-24 15:57:34 -07:00
parent 6b44b350fa
commit 51291dd970
3 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ RUN apt-get update -yqq && \
apt-get -qq clean && \
rm -rf /var/lib/apt/lists/*
RUN pip install numpy scipy
# fenics
RUN pip install -U fenics-ffc
ENV FENICS_VERSION=2019.1.0

View File

@ -18,7 +18,6 @@ RUN apt-get update -yqq && \
apt-get -qq clean && \
rm -rf /var/lib/apt/lists/*
RUN pip install numpy scipy
# fenics
RUN pip install -U fenics-ffc
ENV FENICS_VERSION=2019.1.0.post0

View File

@ -11,6 +11,7 @@ latest:
SHELL=bash
# docker buildx build --platform linux/amd64,linux/arm64
# {3.6.{14..15},3.{7..8}.{11..12},3.9.{6..9},3.10.{0..1}}-{bullseye,buster} 3.{7..8}.{4..10}-buster 3.6.{9..13}-buster
buster:
# for TAG in $(shell echo 3.6.{9..13}-buster 3.{7..8}.{4..10}-buster {3.6.{14..15},3.{7..8}.{11..12},3.9.{6..9},3.10.{0..1}}-buster | sort); do
for TAG in $(shell echo 3.{7..8}.{4..10}-buster {3.6.{14..15},3.{7..8}.{11..12},3.9.{6..9},3.10.{0..1}}-buster | sort); do \