forked from open-webui/open-webui
All in one Dockerfile for including Ollama
This commit is contained in:
parent
afa591afb2
commit
fde0139bf7
5 changed files with 53 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue