Merge pull request #42 from mattcurf/fix-links

Cache link
This commit is contained in:
Matt Curfman
2025-02-22 20:51:12 -08:00
committed by GitHub
2 changed files with 2 additions and 7 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ RUN mkdir -p /tmp/gpu && \
# Install Ollama Portable Zip # Install Ollama Portable Zip
RUN cd / && \ RUN cd / && \
wget https://github.com/intel/ipex-llm/releases/download/v2.2.0-nightly/ollama-0.5.4-ipex-llm-2.2.0b20250218-ubuntu.tgz && \ wget https://github.com/mattcurf/ollama-intel-gpu/releases/download/v0.0.1/ollama-0.5.4-ipex-llm-2.2.0b20250220-ubuntu.tgz && \
tar xvf ollama-0.5.4-ipex-llm-2.2.0b20250218-ubuntu.tgz --strip-components=1 -C / tar xvf ollama-0.5.4-ipex-llm-2.2.0b20250220-ubuntu.tgz --strip-components=1 -C /
ENV OLLAMA_HOST=0.0.0.0:11434 ENV OLLAMA_HOST=0.0.0.0:11434
-5
View File
@@ -1,5 +0,0 @@
#!/bin/bash
source ipex-llm-init --gpu --device $DEVICE
export OLLAMA_HOST=0.0.0.0:11434
cd /llm/ollama
./ollama serve