From ea2245b35cbfddb8c7473453b7d977b0a64f61b2 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 8 Sep 2022 02:16:52 +0200 Subject: Update containers to ubuntu 22.04, gcc-12; include perf/gdb; add python libraries for opencv, machine learning, etc. --- run/config.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'run') 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" -- cgit v1.2.3