Skip to content

Commit

Permalink
fix: silent options
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Dec 11, 2024
1 parent 5bf6ce9 commit 9e1e45c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysbox-eks.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ build {
inline_shebang = "/usr/bin/env bash"
inline = [
"echo '>>> Preparing to install NVIDIA Drivers'",
"sudo apt install gcc-12 g++-12 dkms",
"sudo apt-get update",
"sudo apt-get install -y gcc-12 g++-12 dkms",
"sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 10",
"sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 20"
]
Expand Down

0 comments on commit 9e1e45c

Please sign in to comment.