Skip to content
Snippets Groups Projects
Commit 01c48713 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent fb6587e6
Branches
No related tags found
No related merge requests found
...@@ -32,14 +32,13 @@ Linux (Ubuntu 22.04) ...@@ -32,14 +32,13 @@ Linux (Ubuntu 22.04)
sudo apt update sudo apt update
sudo apt upgrade sudo apt upgrade
sudo reboot now sudo reboot now
sudo apt install tasksel sudo apt install ubuntu-desktop
sudo tasksel install gnome-desktop
sudo vim /etc/gdm3/custom.conf sudo vim /etc/gdm3/custom.conf
WaylandEnable=false WaylandEnable=false
sudo systemctl restart gdm3 sudo systemctl restart gdm3
sudo systemctl isolate graphical.target sudo systemctl isolate graphical.target
sudo apt install build-essential
install NVIDIA drivers (if needed): install NVIDIA drivers (if needed):
sudo apt install build-essential
https://developer.nvidia.com/cuda-downloads https://developer.nvidia.com/cuda-downloads
sudo sh cuda_11.7.0_515.43.04_linux.run sudo sh cuda_11.7.0_515.43.04_linux.run
sudo nvidia-xconfig --preserve-busid --enable-all-gpus sudo nvidia-xconfig --preserve-busid --enable-all-gpus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment