Replies: 2 comments 3 replies
-
Looks like you got it working. Would you mind adding these instructions for Cobia and creating a pull request? I don't have a nvidia GPU so can't test this myself. Please also mention the version number besides Cobia in the readme. Thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Could you please try the jlmkr.py file from the develop branch? I think it should now load the nvidia kernel module automatically. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the main readme, it suggests creating a startup task to load the nvidia drivers, however the command given there is trying to run a binary that doesn't exist on my Cobia system (
/usr/bin/nvidia-modprobe
) . I don't have any bluefin systems to compare against, but I assume that binary existed on bluefin?jailmaker/README.md
Line 143 in 56d53a1
That said, it appears that running
nvidia-modprobe
is not needed. If you load the kernel module (modprobe nvidia-current-uvm
), the necessary device nodes will be created when jailmaker runsnvidia-smi -f /dev/null
as part of the nvidia passthrough method on jail startup.jailmaker/jlmkr.py
Line 111 in 56d53a1
Beta Was this translation helpful? Give feedback.
All reactions