add stemm

This commit is contained in:
Karl 2025-07-14 14:44:56 +01:00
父節點 415326d932
當前提交 530461a5f0

查看文件

@ -14,6 +14,7 @@ ENV PATH="/opt/venv/bin:$PATH"
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir requests==2.32.3
RUN pip install --no-cache-dir stem==1.8.2
RUN pip install --no-cache-dir --no-build-isolation -r requirements.txt
# ---- Final Stage ----