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