Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applicativesystem/apptainer-images
apptainer-images for the machine learning coding potential
https://github.com/applicativesystem/apptainer-images
apptainer apptainer-container devops-platform devops-tools high-performance-computing
Last synced: about 1 month ago
JSON representation
apptainer-images for the machine learning coding potential
- Host: GitHub
- URL: https://github.com/applicativesystem/apptainer-images
- Owner: applicativesystem
- Created: 2024-09-25T08:29:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T14:07:29.000Z (4 months ago)
- Last Synced: 2024-11-10T20:18:03.688Z (2 months ago)
- Topics: apptainer, apptainer-container, devops-platform, devops-tools, high-performance-computing
- Language: Shell
- Homepage:
- Size: 14.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apptainer-cpat
- apptainer images for the cpat you can directly call this from the sanbox repositories.
- to build the image
```
apptainer build cpat.sif apptainer.def
```
- to inspect the image
```
apptainer inspect cpat.sif
```
- to run the apptainer image
```
apptainer exec cpat.sif cpat
```
- to run on the computing cluster with the singularity installed
```
module load singularity
```
- to install the apptainer on the new ubuntu version.
```
sh apptainer-install.sh
``Gaurav Sablok