mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
All in one Dockerfile for including Ollama
This commit is contained in:
@@ -64,7 +64,7 @@ RUN pip3 install -r requirements.txt --no-cache-dir
|
||||
# Install pandoc and netcat
|
||||
# RUN python -c "import pypandoc; pypandoc.download_pandoc()"
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y pandoc netcat-openbsd \
|
||||
&& apt-get install -y pandoc netcat-openbsd curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# preload embedding model
|
||||
|
||||
Reference in New Issue
Block a user