Skip to content

Commit b9d1ec6

Browse files
committed
Fix image
1 parent c37960c commit b9d1ec6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/content/docs/tutorials/using-singularity.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ title: Using Singularity
88

99
Singularity can use Docker image to build SIF image.
1010

11-
For latest WebODM Docker image (Recommended):
11+
For latest ODM Docker image (Recommended):
1212

1313
```bash
1414
singularity build --disable-cache -f odm_latest.sif docker://webodm/odm:latest
1515
```
1616

17-
For latest WebODM GPU Docker image:
18-
19-
```bash
20-
singularity build --disable-cache -f odm_gpu.sif docker://webodm/odm:gpu
21-
```
22-
2317
### Using Singularity SIF Image
2418

2519
Once you have used one of the above commands to download and create the `odm_latest.sif` image, it can be ran using singularity. Place your images in a directory named "images" (for example `/my/project/images`), then simply run:

0 commit comments

Comments
 (0)