Commit f7c865ff authored by Valentin Vautrot's avatar Valentin Vautrot

Upload New File : definition file for python environment in full_wes pipeline 2.10.0

parent f802e766
Bootstrap: docker
From: centos:8
%help
# in progress
This is a singularity container packing a python 3.11 environment with all the packages necessary to execute all the python scripts present in the pipeline full_wes 2.10.0
Authors : valentin.vautrot@u-bourgogne.fr
%post
#preferably use dnf over yum now, but the mirror adresses are still in yum.repos.d
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
dnf update -y --exclude=filesystem
# only if needed later :
# dnf install -y epel-release
dnf install -y python3.11-3.11-4-4
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment