From 8fb3c0a3f96024786305a1234fe5cfb70e6f00c0 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 9 Mar 2020 03:37:34 +0100 Subject: Initial release --- build/update.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 build/update.sh (limited to 'build/update.sh') diff --git a/build/update.sh b/build/update.sh new file mode 100644 index 0000000..7f5dcd0 --- /dev/null +++ b/build/update.sh @@ -0,0 +1,16 @@ +#! /usr/bin/env bash + +set -o errexit + +#container=cuda-working-container-15 +container=$(buildah from localhost/ccpi) + +#buildah run $container bash +#exit + +buildah config --env CIL_VERSION=19.10 --env HOME=/ccpi/data $container +buildah copy $container setup /root/setup +buildah run $container bash /root/setup/repos.sh "/root/setup" + +#buildah commit --format docker $container ccpi:latest +echo "buildah commit --format docker $container ccpi:latest" -- cgit v1.2.1