Spaces:
Sleeping
Sleeping
top
Browse files- Dockerfile +6 -6
Dockerfile
CHANGED
@@ -10,10 +10,10 @@ ENV REFRESH_TOKEN_EXPIRY=604800000
|
|
10 |
# Uncomment the following ENV to enable search
|
11 |
# Feel free to clone our meilisearch space and update the URL with your own
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
|
18 |
# Create necessary directories
|
19 |
RUN mkdir -p /app/uploads/temp
|
@@ -29,8 +29,8 @@ 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 |
-
RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/obaes/librechat2/raw/main/librechat.yaml
|
33 |
-
|
34 |
|
35 |
# Install dependencies
|
36 |
RUN cd /app/api && npm install
|
|
|
10 |
# Uncomment the following ENV to enable search
|
11 |
# Feel free to clone our meilisearch space and update the URL with your own
|
12 |
|
13 |
+
ENV SEARCH=true
|
14 |
+
ENV MEILI_NO_ANALYTICS=true
|
15 |
+
ENV MEILI_HOST=https://librechat-meilisearch.hf.space
|
16 |
+
ENV MEILI_HTTP_ADDR=https://librechat-meilisearch.hf.space
|
17 |
|
18 |
# Create necessary directories
|
19 |
RUN mkdir -p /app/uploads/temp
|
|
|
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 |
+
#RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/obaes/librechat2/raw/main/librechat.yaml
|
33 |
+
COPY librechat.yaml /app/librechat.yaml
|
34 |
|
35 |
# Install dependencies
|
36 |
RUN cd /app/api && npm install
|