Make GPU optional

This commit is contained in:
tkreindler 2025-10-26 03:28:07 +00:00
parent e72efbbf14
commit 9d4556ba95

View File

@ -11,6 +11,8 @@
// Everythong else gets installed automatically by uv
},
// Needed for GPU passthrough for CUDA in the container
"runArgs": ["--gpus=all"]
// Pass-through the GPU for CUDA if one is available
"hostRequirements": {
"gpu": "optional"
}
}