Skip to content

Commit

Permalink
run build step with '--nvidia install' only (arg was 'all')
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 24, 2024
1 parent 970d74b commit 2900e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ mkdir -p ${TARBALL_TMP_BUILD_STEP_DIR}
BUILD_STEP_ARGS+=("--save" "${TARBALL_TMP_BUILD_STEP_DIR}")
BUILD_STEP_ARGS+=("--storage" "${STORAGE}")
# add options required to handle NVIDIA support
BUILD_STEP_ARGS+=("--nvidia" "all")
BUILD_STEP_ARGS+=("--nvidia" "install")
if [[ ! -z ${SHARED_FS_PATH} ]]; then
BUILD_STEP_ARGS+=("--host-injections" "${SHARED_FS_PATH}/host-injections")
fi
Expand Down

0 comments on commit 2900e28

Please sign in to comment.