File size: 340 Bytes
5e6c857
74b5f90
5e6c857
 
0df9c23
5e6c857
 
 
 
 
ce60533
 
1
2
3
4
5
6
7
8
9
10
11
12
FROM ghcr.io/open-webui/open-webui:main

RUN apt-get update && apt-get install -y python3 python3-pip
RUN pip3 install --no-cache-dir huggingface_hub

COPY sync_data.sh sync_data.sh

RUN chmod -R 777 ./data && \
    chmod -R 777 /app/backend/open_webui/static && \
    chmod +x sync_data.sh && \
    sed -i "1r sync_data.sh" ./start.sh