Update name for apptainer.def

pull/193/head^2
Stephen Mather 2023-01-25 13:01:42 -05:00 zatwierdzone przez GitHub
rodzic b8ce0b8ec7
commit 64189e747e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ docker-machine ip
* A rootless alternative to Docker is using [Apptainer](https://apptainer.org/). In order to run NodeODM together with ClusterODM on HPC, we need a rootless alternative to Docker, and that's where Apptainer comes in to play. From the Linux command line, cd into the NodeODM folder and run the following commands to host a NodeODM instance:
```
apptainer build --sandbox node/ singularity.def
apptainer build --sandbox node/ apptainer.def
apptainer run --writable node/
```