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 /run | |
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 'run')
-rw-r--r-- | run/config.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/run/config.sh b/run/config.sh index bc1d6c5..d2b01dd 100644 --- a/run/config.sh +++ b/run/config.sh @@ -6,7 +6,9 @@ web_port="${port}80" image="$1" -tag="latest" +#tag="latest" +tag="22.04" + [ -n "$image" ] || image="localhost/tomo-remote:$tag" # tomo-remote:latest tomo-remote:devel tomo-remote:evelina (also ccpi, ufo, tomo) options="--cap-add SYS_ADMIN --cap-add=SYS_PTRACE --hooks-dir /usr/share/containers/oci/hooks.d" |