diff options
author | Suren A. Chilingaryan <csa@ipecompute4.ands.kit.edu> | 2022-09-08 02:16:52 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@ipecompute4.ands.kit.edu> | 2022-09-08 02:16:52 +0200 |
commit | ea2245b35cbfddb8c7473453b7d977b0a64f61b2 (patch) | |
tree | c97fb8c2e4c0f081eeb44cfb360f5d54c577a725 /build/buildah.sh | |
parent | a3f77df3864464fa8cd6fdc613d2cf4bbae39124 (diff) | |
download | ccpi-ea2245b35cbfddb8c7473453b7d977b0a64f61b2.tar.gz ccpi-ea2245b35cbfddb8c7473453b7d977b0a64f61b2.tar.bz2 ccpi-ea2245b35cbfddb8c7473453b7d977b0a64f61b2.tar.xz ccpi-ea2245b35cbfddb8c7473453b7d977b0a64f61b2.zip |
Update containers to ubuntu 22.04, gcc-12; include perf/gdb; add python libraries for opencv, machine learning, etc.
Diffstat (limited to 'build/buildah.sh')
-rw-r--r-- | build/buildah.sh | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/build/buildah.sh b/build/buildah.sh index 8e84457..2ba99e5 100644 --- a/build/buildah.sh +++ b/build/buildah.sh @@ -1,7 +1,9 @@ set -o errexit -bash buildah-base.sh -bash buildah-astra.sh -bash buildah-ccpi.sh -bash buildah-tomo.sh -bash buildah-remote.sh tomo +tag=22.04 + +bash buildah-base.sh $tag +bash buildah-astra.sh $tag +bash buildah-ccpi.sh $tag +bash buildah-tomo.sh $tag +bash buildah-remote.sh tomo $tag |