Fyusion / LLFF

Code release for Local Light Field Fusion at SIGGRAPH 2019
https://fyusion.com/LLFF
GNU General Public License v3.0
1.55k stars 250 forks source link

NVIDIA Docker to NVIDIA Container Toolkit #86

Open samuel-gayed opened 7 months ago

samuel-gayed commented 7 months ago

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

deusssss commented 6 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)