Skip to content

Commit

Permalink
Remove ppa:graphics-drivers/ppa (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jun 17, 2021
1 parent 3f60db4 commit 0c60583
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion iterative/resource_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ sudo apt update && sudo apt-get install -y terraform
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash
sudo apt update && sudo apt-get install -y nodejs
sudo add-apt-repository ppa:graphics-drivers/ppa -y
sudo apt update && sudo apt install ubuntu-drivers-common
sudo ubuntu-drivers autoinstall
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
Expand Down
1 change: 0 additions & 1 deletion iterative/testdata/script_template_cloud_aws.golden
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ sudo apt update && sudo apt-get install -y terraform
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash
sudo apt update && sudo apt-get install -y nodejs

sudo add-apt-repository ppa:graphics-drivers/ppa -y
sudo apt update && sudo apt install ubuntu-drivers-common
sudo ubuntu-drivers autoinstall
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
Expand Down
1 change: 0 additions & 1 deletion iterative/testdata/script_template_cloud_azure.golden
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ sudo apt update && sudo apt-get install -y terraform
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash
sudo apt update && sudo apt-get install -y nodejs

sudo add-apt-repository ppa:graphics-drivers/ppa -y
sudo apt update && sudo apt install ubuntu-drivers-common
sudo ubuntu-drivers autoinstall
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
Expand Down
1 change: 0 additions & 1 deletion iterative/testdata/script_template_cloud_invalid.golden
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ sudo apt update && sudo apt-get install -y terraform
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash
sudo apt update && sudo apt-get install -y nodejs

sudo add-apt-repository ppa:graphics-drivers/ppa -y
sudo apt update && sudo apt install ubuntu-drivers-common
sudo ubuntu-drivers autoinstall
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
Expand Down

0 comments on commit 0c60583

Please sign in to comment.