Skip to content

Commit

Permalink
Update desktop-22.04.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
turowicz authored Apr 17, 2024
1 parent cce1315 commit d3d8874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/desktop-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wget -qO ~/.ssh/authorized_keys https://github.com/turowicz.keys
curl https://get.docker.com | sh && systemctl --now enable docker

# Install Driver
apt-get -y install nvidia-driver-525
apt-get -y install nvidia-driver-545

# Install Nvidia-Docker
apt-get install -y nvidia-docker2
Expand Down Expand Up @@ -69,7 +69,7 @@ add-apt-repository ppa:cappelikan/ppa
apt-get update && apt-get install -y mainline

# Configure VS Code
echo 'code --install-extension ms-vscode-remote.remote-containers' >> /home/$1/.profile
# echo 'code --install-extension ms-vscode-remote.remote-containers' >> /home/$1/.profile

# Configure xhost
echo 'xhost +"local:docker@"' >> /home/$1/.profile
Expand Down

0 comments on commit d3d8874

Please sign in to comment.