Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
m2bsgreprod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SOLER Fiona
m2bsgreprod
Commits
37876e94
Commit
37876e94
authored
5 months ago
by
SOLER Fiona
Browse files
Options
Downloads
Patches
Plain Diff
micromamba
parent
897adf98
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/01install.md
+43
-0
43 additions, 0 deletions
doc/01install.md
doc/02run.md
+8
-0
8 additions, 0 deletions
doc/02run.md
with
51 additions
and
0 deletions
doc/01install.md
0 → 100644
+
43
−
0
View file @
37876e94
Install the micromamba
~~~
curl -L https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
mkdir -p $HOME/.local/bin
mv bin/micromamba $HOME/.local/bin/
mkdir -p $HOME/micromamba
~~~
Add these lines to ~/.bashrc
~~~
export PATH=$HOME/.local/bin:$PATH
export MAMBA_ROOT_PREFIX=$HOME/micromamba
eval "$(micromamba shell hook -s posix)"
~~~
Create a m2bsgreprod micromamba environment and install apptainer 1.3.2
~~~
micromamba create --name m2bsgreprod python=3.12 -c conda-forge
micromamba activate m2bsgreprod
micromamba install conda-forge::apptainer=1.3.2
~~~
Build the apptainer image
~~~
mkdir -p results/containers
sudo /home/gonzalez/Software/micromamba/envs/m2bsgreprod/bin/apptainer build results/containers/m2bsgreprod.sif containers/m2bsgreprod.def
~~~
This diff is collapsed.
Click to expand it.
doc/02run.md
0 → 100644
+
8
−
0
View file @
37876e94
Execute the Rscripts
~~~
micromamba activate m2bsgreprod
apptainer exec results/containers/m2bsgreprod3.sif make -f workflows/makefile
~~~
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