소스 검색

Update Dockerfile to revert duplicated pip install

mindspawn 1 년 전
부모
커밋
2412f31ed9
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -133,8 +133,7 @@ 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