Skip to content

Commit

Permalink
tips_tricks: Added mention of conda bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
simo-tuomisto committed Apr 29, 2024
1 parent f6ec01b commit f73d39b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/tips_tricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,12 @@ You can also try
`multi-stage builds <https://apptainer.org/docs/user/latest/definition_files.html#multi-stage-builds>`__
where one container is used to build a software, which is then copied
to another container that has only those packages required to run the software.


I would want to install my conda environment in a container
-----------------------------------------------------------

See
`this repository <https://github.com/simo-tuomisto/micromamba-apptainer>`__
for an example definition file that can be used to bootstrap
conda environment into a Apptainer container image.

0 comments on commit f73d39b

Please sign in to comment.