浏览代码

Update Dockerfile

mindspawn 11 月之前
父节点
当前提交
d5a2a8a880
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -133,7 +133,8 @@ RUN pip3 install uv && \
     fi; \
     chown -R $UID:$GID /app/backend/data/
 
-
+# Dependency for email message extraction
+RUN pip3 install extract_msg
 
 # copy embedding weight from build
 # RUN mkdir -p /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2