Update compose file with build args
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
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
|
||||
devices:
|
||||
|
||||
Reference in New Issue
Block a user