eggacheb commited on
Commit
69f1feb
·
verified ·
1 Parent(s): 494f078

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN chmod -R 777 /app/data
24
 
25
 
26
  # Copy Custom Endpoints Config
27
- RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/eggacheb/lc-config-yaml/main/librechat-hf.yaml
28
  #COPY librechat.yaml ./librechat.yaml # Uncomment
29
 
30
  # Install dependencies
 
24
 
25
 
26
  # Copy Custom Endpoints Config
27
+ RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/eggacheb/lc-config-yaml/main/librechat-rw.yaml
28
  #COPY librechat.yaml ./librechat.yaml # Uncomment
29
 
30
  # Install dependencies