Skip to content

Commit c170f0a

Browse files
committed
use nvidia runtime for tests
1 parent ffa7d0d commit c170f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ while :; do
2828
;;
2929
-g|--gpu)
3030
IMAGE_TAG='kaggle/python-gpu-build'
31-
ADDITONAL_OPTS='-v /tmp/empty_dir:/usr/local/cuda/lib64/stubs:ro'
31+
ADDITONAL_OPTS='--runtime nvidia -v /tmp/empty_dir:/usr/local/cuda/lib64/stubs:ro'
3232
;;
3333
-i|--image)
3434
if [[ -z $2 ]]; then

0 commit comments

Comments
 (0)