Skip to content

Commit

Permalink
fix: stuffs?
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Jul 18, 2024
1 parent 022bc85 commit d047d67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sysbox-eks.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,10 @@ build {
"sudo apt-get update",
"sudo apt-get install -y nvidia-container-toolkit",
"sudo nvidia-ctk runtime configure --runtime=crio --set-as-default --config=/etc/crio/crio.conf.d/99-nvidia.conf",

"sudo dasel delete --parser toml --selector 'nvidia-container-runtime.runtimes' --file /etc/nvidia-container-runtime/config.toml",
"sudo dasel put string --parser toml --selector 'nvidia-container-runtime.runtimes.[]' --file /etc/nvidia-container-runtime/config.toml 'runc'",

"sudo systemctl restart crio"
]
}
Expand Down

0 comments on commit d047d67

Please sign in to comment.