Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
18ad1334
Commit
18ad1334
authored
Feb 16, 2021
by
Martino Bertoni
🌋
Browse files
adapted definition file to also work on singularity3
parent
148a0365
Pipeline
#2415
passed with stages
in 35 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
container/singularity/cc_py37.def
View file @
18ad1334
...
...
@@ -4,7 +4,8 @@ From: centos:8
%environment
# PATHS
export PATH=/opt/miniconda3/bin:$PATH
source activate py37
. /opt/miniconda3/etc/profile.d/conda.sh
conda activate py37
%files
#add node2vec pre-compiled binaries
...
...
container/singularity/cc_py37_lite.def
View file @
18ad1334
...
...
@@ -4,7 +4,8 @@ From: centos
%environment
# PATHS
export PATH=/opt/miniconda3/bin:$PATH
source activate py37
. /opt/miniconda3/etc/profile.d/conda.sh
conda activate py37
%post
# bind paths
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment