Spaces:
Sleeping
Sleeping
Gokuldaskumar
commited on
Commit
•
b0c7646
1
Parent(s):
60710db
Update Dockerfile
Browse files- 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/
|
32 |
#COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
|
33 |
|
34 |
# Install dependencies
|
|
|
28 |
RUN chmod -R 777 /app/data
|
29 |
|
30 |
# Copy Custom Endpoints Config
|
31 |
+
RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/gokuldaskumar/lc-config-yaml/main/librechat-hf.yaml
|
32 |
#COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
|
33 |
|
34 |
# Install dependencies
|