RAG_API / Dockerfile
Guru-25's picture
Update Dockerfile
2761287 verified
raw
history blame
164 Bytes
FROM ghcr.io/danny-avila/librechat-rag-api-dev:latest
ENV RAG_PORT=7680
ENV EMBEDDINGS_PROVIDER=huggingface
RUN mkdir -p /app/uploads && chmod -R 777 /app/uploads