feature: 对接deer-flow (#54)

feature: 对接deer-flow
This commit is contained in:
hhhhsc701
2025-11-04 20:30:40 +08:00
committed by GitHub
parent dc30b0d892
commit f3958f08d9
710 changed files with 112812 additions and 52 deletions

View File

@@ -8,7 +8,7 @@ COPY scripts/images/runtime/start.sh /opt/runtime/start.sh
ENV PYTHONPATH=/opt/runtime/datamate/
RUN apt update \
&& apt install -y libgl1 libglib2.0-0 vim libmagic1t64 libreoffice\
&& apt install -y libgl1 libglib2.0-0 vim libmagic1t64 libreoffice dos2unix \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*
@@ -19,7 +19,8 @@ RUN pip install -e . --trusted-host mirrors.huaweicloud.com -i https://mirrors.h
&& pip cache purge
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& chmod +x /opt/runtime/start.sh
&& chmod +x /opt/runtime/start.sh \
&& dos2unix /opt/runtime/start.sh
EXPOSE 8081