Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
magatt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UMR GDEC
magatt
Commits
6da2c228
Commit
6da2c228
authored
3 years ago
by
Helene Rimbert
Browse files
Options
Downloads
Patches
Plain Diff
Upload New Singularity definition file
parent
17c71a1f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Singularity
+29
-0
29 additions, 0 deletions
Singularity
with
29 additions
and
0 deletions
Singularity
0 → 100644
+
29
−
0
View file @
6da2c228
Bootstrap: docker
From: conda/miniconda3
IncludeCmd: yes
%files
env.yaml /environment.yml
%help
Contains all MAGATT dependancies
%labels
Maintainer helene.rimbert@inrae.fr
Version v1.0
%post
apt-get update && apt-get install -y procps
conda update -n base -c defaults conda
conda env create -n mytools -f /environment.yml
conda clean -a
apt clean
%environment
export LC_ALL=C
export PATH=/usr/local/condabin/:$PATH
. /usr/local/etc/profile.d/conda.sh
conda activate mytools
%runscript
"$@"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment