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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user