1docker build -t="colmap:latest" .;
2docker run --gpus all -w /working -v $1:/working -it colmap:latest;
3