Created
April 8, 2021 15:42
-
-
Save Lunderberg/2a07cdb0ecd4c9f88bc2a47824b3b7d6 to your computer and use it in GitHub Desktop.
Grendel setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
octo@grendel ~/tvm $ apt-cache policy nvidia-driver-450 | |
nvidia-driver-450: | |
Installed: 450.102.04-0ubuntu0.20.04.1 | |
Candidate: 450.102.04-0ubuntu0.20.04.1 | |
Version table: | |
*** 450.102.04-0ubuntu0.20.04.1 500 | |
500 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages | |
500 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages | |
100 /var/lib/dpkg/status | |
octo@grendel ~/tvm $ apt-cache policy nvidia-cuda-toolkit | |
nvidia-cuda-toolkit: | |
Installed: 10.1.243-3 | |
Candidate: 10.1.243-3 | |
Version table: | |
*** 10.1.243-3 500 | |
500 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages | |
100 /var/lib/dpkg/status | |
octo@grendel ~/tvm $ | |
octo@grendel ~/tvm $ apt-cache policy libvulkan-dev | |
libvulkan-dev: | |
Installed: 1.2.131.2-1 | |
Candidate: 1.2.131.2-1 | |
Version table: | |
*** 1.2.131.2-1 500 | |
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages | |
100 /var/lib/dpkg/status | |
octo@grendel ~/tvm $ lspci | grep -i nvidia | |
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1) | |
01:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1) | |
octo@grendel ~/tvm $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment