Dockerfile targets systems without GPUs: - Add -DBUILD_NVML_GPU=OFF to cmake in simple.Dockerfile - Add BUILD_NVML_GPU option to native/CMakeLists.txt (default ON) - Conditionally include nvml_gpu subdirectory - Update all_native_libs target to exclude nvml_gpu when disabled This allows native libraries (dataset_hash, queue_index) to build without requiring NVIDIA drivers/libraries. |
||
|---|---|---|
| .. | ||
| .dockerignore | ||
| api-server.Dockerfile | ||
| full-prod.Dockerfile | ||
| homelab-secure.Dockerfile | ||
| secure-prod.Dockerfile | ||
| simple.Dockerfile | ||
| test.Dockerfile | ||