Skip to content

Commit

Permalink
fix(chezmoiscripts): update nvidia-container-toolkit installation in …
Browse files Browse the repository at this point in the history
…run_after_15-install-nvidia-containter.sh.tmpl file
  • Loading branch information
entelecheia committed May 22, 2023
1 parent 99f8457 commit 96e22d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ ! -f "${SOURCE_LIST_FILE}" ]]; then
sudo tee "$SOURCE_LIST_FILE"
fi

package="nvidia-docker2"
package="nvidia-container-toolkit"
if ! is_apt_package_installed "${package}"; then
log_task "Installing missing packages with APT: ${package}"

Expand Down

0 comments on commit 96e22d5

Please sign in to comment.