tang-x commited on
Commit
45d98c6
·
verified ·
1 Parent(s): 2d93dad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -25,6 +25,8 @@ RUN chmod -R 777 /app/client/public/images
25
  RUN chmod -R 777 /app/api/logs/
26
  RUN chmod -R 777 /app/data
27
 
 
 
28
 
29
  # Copy Custom Endpoints Config
30
  RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/tang-x/LibreChat/raw/main/librechat.yaml
 
25
  RUN chmod -R 777 /app/api/logs/
26
  RUN chmod -R 777 /app/data
27
 
28
+ # 安装 curl
29
+ RUN apt-get update && apt-get install -y curl
30
 
31
  # Copy Custom Endpoints Config
32
  RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/tang-x/LibreChat/raw/main/librechat.yaml