Open samuel-gayed opened 7 months ago
sudo docker run --rm --runtime=nvidia --volume /:/host --workdir /host$PWD tf_colmap bash demo.sh
i had to reverse engineer it practically, using the new nvidia-docker webpage example and trimming the right parameters, but it launched
do not forget to update the cuda drivers
(Ubuntu 20.04 on WSL on Win11)
what would be the equivalent of this command:
sudo nvidia-docker run --rm --volume /:/host --workdir /host$PWD tf_colmap bash demo.sh
in nvidia container toolkit