From 85e28fca19eff7b2c99cedcdf3c897330d15c4e3 Mon Sep 17 00:00:00 2001 From: Matt Curfman Date: Sat, 22 Feb 2025 20:27:34 -0800 Subject: [PATCH] Cache link --- Dockerfile | 4 ++-- commands.sh | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 commands.sh diff --git a/Dockerfile b/Dockerfile index cf5fa32..61d28d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,8 @@ RUN mkdir -p /tmp/gpu && \ # Install Ollama Portable Zip 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 && \ - tar xvf ollama-0.5.4-ipex-llm-2.2.0b20250218-ubuntu.tgz --strip-components=1 -C / + 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.0b20250220-ubuntu.tgz --strip-components=1 -C / ENV OLLAMA_HOST=0.0.0.0:11434 diff --git a/commands.sh b/commands.sh deleted file mode 100644 index 8d7df6d..0000000 --- a/commands.sh +++ /dev/null @@ -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