/
/
/
1---
2# GPU Role - Simplified Configuration
3# Basic NVIDIA driver and container runtime setup
4
5# Enable GPU role
6gpu_enabled: true
7
8# NVIDIA driver version (535 is stable, or 'latest' for newest)
9gpu_driver_version: "535"
10
11# Enable container runtime for Docker GPU support
12gpu_container_runtime_enabled: true