https://github.com/sciencegenome/apptainer-images
apptainer-images for the machine learning coding potential
https://github.com/sciencegenome/apptainer-images
apptainer apptainer-container devops-platform devops-tools high-performance-computing
Last synced: 7 months ago
JSON representation
apptainer-images for the machine learning coding potential
- Host: GitHub
- URL: https://github.com/sciencegenome/apptainer-images
- Owner: sciencegenome
- Created: 2024-09-25T08:29:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T14:07:29.000Z (about 1 year ago)
- Last Synced: 2025-01-24T19:37:24.279Z (8 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