From 60b319664613ff58cbb7bc3b22578acbc1522dbf Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil <miroslav.kratochvil@uni.lu> Date: Mon, 7 Feb 2022 11:14:54 +0100 Subject: [PATCH] avoid git for apptainer build --- cobrexa.def | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cobrexa.def b/cobrexa.def index 3cd471b8a..b04fcc671 100644 --- a/cobrexa.def +++ b/cobrexa.def @@ -2,10 +2,7 @@ Bootstrap: library From: cylon-x/lcsb-biocore/julia-base:latest %setup - dir=`pwd` - git clone \ - "file://$dir" \ - ${SINGULARITY_ROOTFS}/project --branch master --single-branch + cp -a `pwd` ${SINGULARITY_ROOTFS}/project/ %post export JULIA_DEPOT_PATH=/user/.julia -- GitLab