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

fixen

parent 7a4e5ee1
No related branches found
No related tags found
No related merge requests found
Bootstrap: library
BootStrap: library
From: cylon-x/lcsb-biocore/julia-base:latest
%setup
#export GIT_WORK_TREE="${SINGULARITY_ROOTFS}/project/"
#export GIT_DIR="`pwd`/.git"
#mkdir -p "${GIT_WORK_TREE}"
#git checkout -f
cp -a "`pwd`" "${SINGULARITY_ROOTFS}/project/"
rm -fr "${SINGULARITY_ROOTFS}/project/.git/"
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