File size: 101 Bytes
7b7496d | 1 2 3 | docker build -t="colmap:latest" .
docker run --gpus all -w /working -v $1:/working -it colmap:latest
|
7b7496d | 1 2 3 | docker build -t="colmap:latest" .
docker run --gpus all -w /working -v $1:/working -it colmap:latest
|