Skip to content

Commit

Permalink
Make bootstrap GPU helper container runtime aware (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
suket22 committed Jun 21, 2024
1 parent 768cbca commit 8c6ac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/al2/runtime/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ fi
BOOTSTRAP_GPU_HELPER=/etc/eks/bootstrap-gpu.sh
if [ -x "${BOOTSTRAP_GPU_HELPER}" ]; then
log "INFO: starting GPU bootstrap helper..."
"${BOOTSTRAP_GPU_HELPER}"
$BOOTSTRAP_GPU_HELPER -r "$CONTAINER_RUNTIME"
log "INFO: completed GPU bootstrap helper!"
fi

Expand Down

0 comments on commit 8c6ac67

Please sign in to comment.