mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix
This commit is contained in:
parent
af92184c93
commit
3ad003bccb
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ RUN chown -R $UID:$GID /app $HOME
|
||||||
RUN if [ "$USE_OLLAMA" = "true" ]; then \
|
RUN if [ "$USE_OLLAMA" = "true" ]; then \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
# Install pandoc and netcat
|
# Install pandoc and netcat
|
||||||
apt-get install -y --no-install-recommends pandoc netcat-openbsd curl && \
|
apt-get install -y --no-install-recommends git pandoc netcat-openbsd curl && \
|
||||||
apt-get install -y --no-install-recommends gcc python3-dev && \
|
apt-get install -y --no-install-recommends gcc python3-dev && \
|
||||||
# for RAG OCR
|
# for RAG OCR
|
||||||
apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \
|
apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \
|
||||||
|
|
@ -109,7 +109,7 @@ RUN if [ "$USE_OLLAMA" = "true" ]; then \
|
||||||
else \
|
else \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
# Install pandoc, netcat and gcc
|
# Install pandoc, netcat and gcc
|
||||||
apt-get install -y --no-install-recommends pandoc gcc netcat-openbsd curl jq && \
|
apt-get install -y --no-install-recommends git pandoc gcc netcat-openbsd curl jq && \
|
||||||
apt-get install -y --no-install-recommends gcc python3-dev && \
|
apt-get install -y --no-install-recommends gcc python3-dev && \
|
||||||
# for RAG OCR
|
# for RAG OCR
|
||||||
apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \
|
apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue