Update Docker configurations for deployment improvements

Revised `IPEXLLM_RELEASE_REPO` value and adjusted file and path references for consistency. Updated `docker-compose.yml` with refined environment variables, device mapping, restart policies, and added necessary port bindings for better functionality and maintainability.
This commit is contained in:
2025-04-22 17:56:04 +01:00
parent 8172339ca5
commit 17592946fa
2 changed files with 35 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ RUN mkdir -p /tmp/gpu && \
rm *.deb
# Install Ollama Portable Zip
ARG IPEXLLM_RELEASE_REPO=intel/ipex-llm
ARG IPEXLLM_RELEASE_REPO=ipex-llm/ipex-llm
ARG IPEXLLM_RELEASE_VERSON=v2.2.0
ARG IPEXLLM_PORTABLE_ZIP_FILENAME=ollama-ipex-llm-2.2.0-ubuntu.tgz
RUN cd / && \