xjf666 commited on
Commit
b590d31
·
verified ·
1 Parent(s): 8f0d9f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,5 +6,6 @@ RUN pip3 install --no-cache-dir huggingface_hub
6
  COPY sync_data.sh sync_data.sh
7
 
8
  RUN chmod -R 777 ./data && \
 
9
  chmod +x sync_data.sh && \
10
  sed -i "1r sync_data.sh" ./start.sh
 
6
  COPY sync_data.sh sync_data.sh
7
 
8
  RUN chmod -R 777 ./data && \
9
+ chmod -R 777 /app/backend/open_webui/static && \
10
  chmod +x sync_data.sh && \
11
  sed -i "1r sync_data.sh" ./start.sh