From dd84c202a7dc38d36ca2ec290b876c35c3bc77f9 Mon Sep 17 00:00:00 2001 From: Matt Curfman Date: Wed, 19 Feb 2025 15:00:46 -0800 Subject: [PATCH] Minor fixes --- Dockerfile | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f98bfa8..cf5fa32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ RUN apt update && \ wget \ ocl-icd-libopencl1 -# gnupg \ - # Intel GPU compute user-space drivers RUN mkdir -p /tmp/gpu && \ cd /tmp/gpu && \ diff --git a/README.md b/README.md index ab0a1d9..b95dfee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ollama-intel-gpu -This repo illlustrates the use of Ollama with support for Intel ARC GPU based via ipex-llm and Ollama Portable ZIP support. Run the recently released [deepseek-r1](https://github.com/deepseek-ai/DeepSeek-R1) model on your local Intel ARC GPU based PC using Linux +This repo illustrates the use of Ollama with support for Intel ARC GPU based via ipex-llm and Ollama Portable ZIP support. Run the recently released [deepseek-r1](https://github.com/deepseek-ai/DeepSeek-R1) model on your local Intel ARC GPU based PC using Linux ## Screenshot ![screenshot](doc/screenshot.png)