From b363c63d44eef05a06f8f7ff7c471ac4392cc4e9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 11 Nov 2020 05:29:12 +0100 Subject: Support for ufo & jupyter notebooks --- build/buildah-ufo.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build/buildah-ufo.sh (limited to 'build/buildah-ufo.sh') diff --git a/build/buildah-ufo.sh b/build/buildah-ufo.sh new file mode 100644 index 0000000..ee8e328 --- /dev/null +++ b/build/buildah-ufo.sh @@ -0,0 +1,11 @@ +#! /usr/bin/env bash + +set -o errexit + +container=$(buildah from pycuda:latest) + +buildah config --env LANG="C.UTF-8" --env LC_ALL="C.UTF-8" --env TERM="xterm" --env HOME=/ccpi/data $container + +buildah run $container bash /root/setup/repos.sh "ufo" + +buildah commit --format docker $container ufo:latest -- cgit v1.2.3