add no-cache to docker build

pull/913/head
Stephen Mather 2018-11-15 11:43:48 -05:00 zatwierdzone przez GitHub
rodzic 341551e3b9
commit 8b52d8136a
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

@ -171,7 +171,7 @@ instructions through "Create a Docker group". Once Docker is installed, the fast
If you want to build your own Docker image from sources, type:
docker build -t my_odm_image .
docker build -t my_odm_image --no-cache .
docker run -it --rm \
-v "$(pwd)/images:/code/images" \
-v "$(pwd)/odm_orthophoto:/code/odm_orthophoto" \