Misc. cleanups

This commit is contained in:
mattcurf 2024-04-30 14:37:58 -07:00
parent 70de05872e
commit 025b1b0fc9
4 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,5 @@
FROM ubuntu:jammy FROM ubuntu:jammy
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=america/los_angeles ENV TZ=america/los_angeles
# Install prerequisite packages # Install prerequisite packages

View File

@ -6,7 +6,7 @@ Using Ollama for Intel based GPUs is not as straight forward as other natively O
![screenshot](doc/screenshot.png) ![screenshot](doc/screenshot.png)
# Prerequisites # 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 * Installed Docker and Docker-compose tools
* Intel ARC series GPU (tested with Intel ARC A770 16GB) * Intel ARC series GPU (tested with Intel ARC A770 16GB)

View File

@ -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 source /usr/share/lib/init_workspace.sh
/workspace/ollama serve /workspace/ollama serve

View File

@ -15,7 +15,7 @@ services:
environment: environment:
- DISPLAY=${DISPLAY} - DISPLAY=${DISPLAY}
ollama-webui: ollama-webui:
image: ghcr.io/open-webui/open-webui image: ghcr.io/open-webui/open-webui:git-c9589e2
container_name: ollama-webui container_name: ollama-webui
volumes: volumes:
- ollama-webui:/app/backend/data - ollama-webui:/app/backend/data