Update Dockerfile
Browse files- 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
|