-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build apptainer based on docker container
- Loading branch information
1 parent
8594fb4
commit d4a4056
Showing
3 changed files
with
43 additions
and
52 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
Bootstrap: docker | ||
From: condaforge/miniforge3:24.3.0-0 | ||
From: ghcr.io/imageomics/pybioclip:{{ PYBIOCLIP_VERSION }} | ||
|
||
%arguments | ||
PYBIOCLIP_VERSION= | ||
|
||
%post | ||
pip install "https://github.com/Imageomics/pybioclip/archive/refs/tags/{{ PYBIOCLIP_VERSION }}.tar.gz" && pip cache purge | ||
|
||
%runscript | ||
exec bash |