transcription/Dockerfile.rag
keboss-m 8df14e3102 Add multi-tenant auth with org projects, roles, and personal workspaces.
JWT login, org-scoped storage and RAG, admin/director/user roles, user-owned projects, login UI, and legacy data migration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 18:54:25 +03:00

12 lines
425 B
Docker
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Быстрое обновление: добавляет RAG-зависимости к уже собранному образу с Whisper/PyTorch.
FROM transcription-transcription:latest
COPY pip.conf /etc/pip.conf
RUN pip install --no-cache-dir --timeout 300 \
lightrag-hku>=1.4.0 \
openai>=1.0.0 \
python-dotenv>=1.0.0 \
sentence-transformers>=3.0.0 \
bcrypt>=4.0.0 \
"python-jose[cryptography]"