Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NVIDIA/hpc-container-maker
HPC Container Maker
https://github.com/NVIDIA/hpc-container-maker
containers docker hpc singularity
Last synced: 9 days ago
JSON representation
HPC Container Maker
- Host: GitHub
- URL: https://github.com/NVIDIA/hpc-container-maker
- Owner: NVIDIA
- License: apache-2.0
- Created: 2018-03-22T19:26:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T16:36:48.000Z (3 months ago)
- Last Synced: 2024-09-15T20:59:44.830Z (about 2 months ago)
- Topics: containers, docker, hpc, singularity
- Language: Python
- Size: 1.8 MB
- Stars: 447
- Watchers: 23
- Forks: 90
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hpc - HPC Container Maker - HPC Container Maker is an open source tool to make it easier to generate container specification files. `Apache-2.0`. (Containers)
- awesome-docker - HPC Container Maker - Generates Dockerfiles from a high level Python recipe, including building blocks for High-Performance Computing components by [@NVIDIA][nvidia] (Docker Images / Builder)
- awesome-docker - HPC Container Maker - Generates Dockerfiles from a high level Python recipe, including building blocks for High-Performance Computing components by [@NVIDIA][nvidia] (Docker Images / Builder)
README
[![Python 3](https://github.com/NVIDIA/hpc-container-maker/workflows/Python%203/badge.svg)](https://github.com/NVIDIA/hpc-container-maker/actions?query=workflow%3A%22Python+3%22)
[![Conda](https://img.shields.io/conda/dn/conda-forge/hpccm?label=Conda%20downloads)](https://anaconda.org/conda-forge/hpccm)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/hpccm?label=PyPI%20downloads)](https://pypi.org/project/hpccm/)
[![License](https://img.shields.io/github/license/NVIDIA/hpc-container-maker)](https://github.com/NVIDIA/hpc-container-maker/blob/master/LICENSE)# HPC Container Maker
HPC Container Maker (HPCCM - pronounced H-P-see-M) is an open source
tool to make it easier to generate container specification files.- [Documentation](/docs)
- [Getting Started](/docs/getting_started.md)
- [Tutorial](/docs/tutorial.md)
- [Recipes](/docs/recipes.md)
- [Workflows](/docs/workflows.md)
- [API: Building Blocks](/docs/building_blocks.md)
- [API: Primitives](/docs/primitives.md)
- [API: Miscellaneous](/docs/misc_api.md)
- [Examples](/recipes/)
- [Citation](/docs/citation.md)
- [License](/LICENSE)## Overview
HPC Container Maker generates Dockerfiles or Singularity definition
files from a high level Python recipe. HPCCM recipes have some
distinct advantages over "native" container specification formats.1. A library of HPC [building blocks](/docs/building_blocks.md) that
separate the choice of what to include in a container image from
the details of how it's done. The building blocks transparently
provide the latest component and container best practices.2. Python provides increased flexibility over static container
specification formats. Python-based recipes can branch, validate
user input, etc. - the same recipe can generate multiple container
specifications.3. Generate either Dockerfiles or Singularity definition files from
the same recipe.## Additional Resources
- [Making Containers Easier With HPC Container Maker (paper)](https://github.com/HPCSYSPROS/Workshop18/blob/master/Making_Containers_Easier_with_HPC_Container_Maker/ws_hpcsysp103.pdf), presented at the [HPC Systems Professionals Workshop at SC18](/docs/citation.md)
- [Overview presentation at SC18 (video)](http://on-demand.gputechconf.com/supercomputing/2018/video/sc1843-making-containers-easier-hpc-container-maker.html)
- [Making Containers Easier with HPC Container Maker (webinar)](https://www.nvidia.com/content/webinar-portal/src/webinar-portal.html?D2C=1802760&isSocialSharing=Y&partnerref=emailShareFromGateway)
- [ADMIN Magazine article](http://www.admin-magazine.com/HPC/Articles/HPC-Container-Maker) by Jeff Layton
- [NVIDIA Developer Blog](https://devblogs.nvidia.com/making-containers-easier-with-hpc-container-maker/) by Scott McMillan