Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVIDIA Docker to NVIDIA Container Toolkit #86

Open
samuel-gayed opened this issue Mar 30, 2024 · 1 comment
Open

NVIDIA Docker to NVIDIA Container Toolkit #86

samuel-gayed opened this issue Mar 30, 2024 · 1 comment

Comments

@samuel-gayed
Copy link

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
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants