Spaces:
13ze
/
Sleeping

thiennd5751 commited on
Commit
c93f7dc
·
verified ·
1 Parent(s): d88fa0b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN chmod -R 777 /app/api/logs/
28
  RUN chmod -R 777 /app/data
29
 
30
  # Copy Custom Endpoints Config
31
- RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat-rw.yaml
32
 
33
  # Uncomment this and comment out the previous line to use the local librechat.yaml
34
  # COPY librechat.yaml /app/librechat.yaml
 
28
  RUN chmod -R 777 /app/data
29
 
30
  # Copy Custom Endpoints Config
31
+ RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-hf.yaml
32
 
33
  # Uncomment this and comment out the previous line to use the local librechat.yaml
34
  # COPY librechat.yaml /app/librechat.yaml