Adding Vulkan support for Intel Arc.

This commit is contained in:
2026-04-07 18:55:35 -04:00
parent 13d213bbd6
commit d1ed1fb22d
+7
View File
@@ -112,9 +112,16 @@ services:
restart: unless-stopped
ollama:
container_name: ollama
<<<<<<< HEAD
image: ollama/ollama@sha256:87d71eb588a28c747094ca5d011392a3790f6ea9bd9c87594780ad7c65cc7ed1
=======
environment:
OLLAMA_VULKAN: 1
image: ollama/ollama@sha256:0455f166da85b1d07f694c33ba09278ca649603c0611ba8e46272b16eed7fccd
>>>>>>> 580c7a5 (Adding Vulkan support for Intel Arc.)
ports:
- 11434:11434
privileged: true
restart: unless-stopped
volumes:
- ollama:/root/.ollama