Skip to content
Vsevolod Poletaev edited this page Oct 26, 2022 · 2 revisions

Welcome to the doh wiki!

F.A.Q

How to enable GPU access in container?

Try adding one of these lines to your dohrc.toml main section:

run_extra_args = ["--runtime nvidia"] # Variant 1
run_extra_args = ["--gpus=all"]       # Variant 2
Clone this wiki locally