add Mesa Vulkan drivers for GPU compute workloads

Enables Vulkan-based GPU acceleration for containerized workloads
like ollama/llama.cpp on Radeon 780M iGPUs without needing ROCm.
This commit is contained in:
2026-03-19 00:14:00 +01:00
parent 91aab1fce6
commit 382d08e056

View File

@@ -138,6 +138,12 @@ apt-get install -y \
containerd \ containerd \
runc runc
# Vulkan drivers for GPU compute workloads (ollama, llama.cpp)
apt-get install -y \
mesa-vulkan-drivers \
libvulkan1 \
vulkan-tools
# Useful tools # Useful tools
apt-get install -y \ apt-get install -y \
htop \ htop \