Skip to content

Commit

Permalink
Skip driver check for nvidia docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Feb 2, 2024
1 parent 2c58373 commit cd01cb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ if [[ ${CM_MLPERF_DEVICE} == "inferentia" ]]; then
make prebuild
fi

make ${CM_MAKE_BUILD_COMMAND}
SKIP_DRIVER_CHECK=1 make ${CM_MAKE_BUILD_COMMAND}

test $? -eq 0 || exit $?

0 comments on commit cd01cb1

Please sign in to comment.