Misc. cleanups
This commit is contained in:
parent
70de05872e
commit
025b1b0fc9
@ -1,6 +1,5 @@
|
||||
FROM ubuntu:jammy
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV TZ=america/los_angeles
|
||||
|
||||
# Install prerequisite packages
|
||||
|
@ -6,7 +6,7 @@ Using Ollama for Intel based GPUs is not as straight forward as other natively O
|
||||
![screenshot](doc/screenshot.png)
|
||||
|
||||
# Prerequisites
|
||||
* Ubuntu 23.04 or newer (for Intel ARC GPU kernel driver support)
|
||||
* Ubuntu 23.04 or newer (for Intel ARC GPU kernel driver support. Tested with Ubuntu 23.10)
|
||||
* Installed Docker and Docker-compose tools
|
||||
* Intel ARC series GPU (tested with Intel ARC A770 16GB)
|
||||
|
||||
|
2
_run.sh
2
_run.sh
@ -1,4 +1,2 @@
|
||||
#source /opt/intel/oneapi/setvars.sh
|
||||
#source /opt/conda/etc/profile.d/conda.sh
|
||||
source /usr/share/lib/init_workspace.sh
|
||||
/workspace/ollama serve
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
environment:
|
||||
- DISPLAY=${DISPLAY}
|
||||
ollama-webui:
|
||||
image: ghcr.io/open-webui/open-webui
|
||||
image: ghcr.io/open-webui/open-webui:git-c9589e2
|
||||
container_name: ollama-webui
|
||||
volumes:
|
||||
- ollama-webui:/app/backend/data
|
||||
|
Loading…
x
Reference in New Issue
Block a user