dsh: multimodal video/screen-recording analyzer (GLM-5v + ffmpeg frames); fix File/UploadFile imports + ffmpeg in image

This commit is contained in:
2026-08-28 13:33:32 +10:00
parent 22e61676a0
commit 0853139f5f
3 changed files with 94 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt