spacing to eliminate syntax warnings

pull/150/head
Dan Joseph 2022-07-05 13:50:43 -04:00
rodzic bb4f7f275a
commit cf911dcf1a
1 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -308,11 +308,15 @@ Downloading image
Singularity can use ODM Docker container after their download. It creates .sif images Singularity can use ODM Docker container after their download. It creates .sif images
For latest ODM Docker image For latest ODM Docker image
::
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:latest > singularity pull --disable-cache docker://opendronemap/odm:latest
For latest ODM GPU Docker image For latest ODM GPU Docker image
::
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:gpu > singularity pull --disable-cache docker://opendronemap/odm:gpu
Using Singularity SIF image Using Singularity SIF image