tang-x commited on
Commit
369ba8f
·
verified ·
1 Parent(s): 4f7947f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN chmod -R 777 /app/data
27
 
28
 
29
  # Copy Custom Endpoints Config
30
- # RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/xandertang/LibreChat/resolve/main/librechat.yaml
31
  # COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
32
  RUN CONFIG_PATH="/alternative/path/to/librechat.yaml"
33
 
 
27
 
28
 
29
  # Copy Custom Endpoints Config
30
+ RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/tang-x/LibreChat/resolve/main/librechat.yaml
31
  # COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
32
  RUN CONFIG_PATH="/alternative/path/to/librechat.yaml"
33