Updates to allow latest ollama in compose file, with fallback to cached in Dockerfile (if no build args provided)

This commit is contained in:
Adam Gibson
2025-03-16 16:47:45 +08:00
parent 2c82aed59c
commit 1e92fbe888
2 changed files with 8 additions and 3 deletions
+2
View File
@@ -4,6 +4,8 @@ services:
context: .
dockerfile: Dockerfile
args:
IPEXLLM_RELEASE_REPO: intel/ipex-llm
IPEXLLM_RELEASE_VERSON: v2.2.0-nightly
IPEXLLM_PORTABLE_ZIP_FILENAME: ollama-ipex-llm-2.2.0b20250313-ubuntu.tgz # update from https://github.com/intel/ipex-llm/releases/tag/v2.2.0-nightly
container_name: ollama-intel-gpu
restart: always