Deleted comments. Use the readme instructions!

pull/347/head^2
Alex Hagiopol 2016-07-20 11:47:26 -07:00
rodzic 23a069b2f8
commit 56686cc0eb
1 zmienionych plików z 0 dodań i 13 usunięć

Wyświetl plik

@ -1,16 +1,3 @@
#HELP FOR USERS: Replace example file paths with your own in the example commands below:
#BUILD COMMAND: docker build -t odm .
#AUTOMATIC RUN COMMAND:
# docker run -it --rm \
# -v $(pwd)/images:/code/images \
# -v $(pwd)/odm_orthophoto:/code/odm_orthophoto \
# -v $(pwd)/odm_texturing:/code/odm_texturing \
# --user odm_user
# odm_image
#MANUAL RUN COMMAND: docker run -it -v /home/alex/OpenDroneMap/images:/code/images --rm --entrypoint bash odm
#WORK INSIDE DOCKER IMAGE: docker run -it -v `pwd`:/code/ --rm --entrypoint bash odm
#REBUILD PACKAGES: docker build -t packages -f packages.Dockerfile .
FROM packages
# Prepare directories`