Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjevic authored Jan 21, 2025
1 parent 0471dc4 commit f3fb5d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM intelanalytics/ipex-llm-inference-cpp-xpu:latest

ENV ZES_ENABLE_SYSMAN=1
ENV OLLAMA_HOST=0.0.0.0:11434
ENV no_proxy=localhost,127.0.0.1

RUN mkdir -p /llm/ollama; \
cd /llm/ollama; \
init-ollama;

WORKDIR /llm/ollama

ENTRYPOINT ["./ollama", "serve"]

0 comments on commit f3fb5d7

Please sign in to comment.