Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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