Newer
Older
Bootstrap: docker
From: continuumio/miniconda3
IncludeCmd: yes
%files
environment.yml /
%post
apt-get update && apt-get install -y procps && apt-get clean -y
/opt/conda/bin/conda env create -n GeT-template-1.0dev -f /environment.yml
. /etc/profile.d/conda.sh
conda activate GeT-template-1.0dev