Skip to content

Commit

Permalink
Merge e281b24 into 9d4c24e
Browse files Browse the repository at this point in the history
  • Loading branch information
smor committed Jul 20, 2018
2 parents 9d4c24e + e281b24 commit 0affd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -4,7 +4,7 @@
#
# Build this image:
#
# sudo docker build -r sfm_image .
# sudo docker build -t sfm_image .

# Run pipeline on a collection of images in the current working directory:
#
Expand Down
2 changes: 1 addition & 1 deletion docs/docker.md
Expand Up @@ -21,7 +21,7 @@ sudo docker run -u $UID -v "$PWD:/data" -i -t nlesc/structure-from-motion /bin/b
The main script to run the pipeline is called run-sfm.py'.
The image can also be built from source. To do this yourself, you need to checkout the submodules:
````
git submodule checkout --init --recursive
git submodule update --init --recursive
````
Then, build the image using the Dockerfile in the repository root directory:
````
Expand Down

0 comments on commit 0affd70

Please sign in to comment.