Skip to content
Snippets Groups Projects
Commit f76f5073 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

better

parent a8e22fd8
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@ Bootstrap: library
From: cylon-x/lcsb-biocore/julia-base:latest
%setup
GIT_DIR=`pwd`/.git GIT_WORK_TREE=${SINGULARITY_ROOTFS}/project/ git checkout -f
export GIT_WORK_TREE="${SINGULARITY_ROOTFS}/project/"
export GIT_DIR="${PWD}/.git"
mkdir -p "${GIT_WORK_TREE}"
git checkout -f
%post
export JULIA_DEPOT_PATH=/user/.julia
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment