Skip to content

Commit 123c821

Browse files
committed
adding support for container recipe features
The container.yaml recipe files should be agnostic to the container technology, meaning that instead of an option like --nv specific to singularity, we have gpu: true, and then the container technology that is loaded can add the flags appropriate for that feature. Signed-off-by: vsoch <[email protected]>
1 parent ab117b7 commit 123c821

File tree

24 files changed

+680
-499
lines changed

24 files changed

+680
-499
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The versions coincide with releases on pip. Only major versions will be released
1616
## [0.0.x](https://github.com/singularityhub/singularity-hpc/tree/master) (0.0.x)
1717
- adding namespaces to make module install, show, inspect easier (0.0.24)
1818
- added support for env section to render to bound environment file
19+
- added support for container features like gpu
1920
- container url does not render in docs (0.0.23)
2021
- addition of tcl modules, removal of un-needed database (0.0.22)
2122
- first update of all containers, and bugfix to pull (0.0.21)

0 commit comments

Comments
 (0)