We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa7d0d commit c170f0aCopy full SHA for c170f0a
test
@@ -28,7 +28,7 @@ while :; do
28
;;
29
-g|--gpu)
30
IMAGE_TAG='kaggle/python-gpu-build'
31
- ADDITONAL_OPTS='-v /tmp/empty_dir:/usr/local/cuda/lib64/stubs:ro'
+ ADDITONAL_OPTS='--runtime nvidia -v /tmp/empty_dir:/usr/local/cuda/lib64/stubs:ro'
32
33
-i|--image)
34
if [[ -z $2 ]]; then
0 commit comments