You've already forked DataMate
feature: deer-flow支持从datamate获取外部接入模型 (#83)
* feature: deer-flow支持从datamate获取外部接入模型
This commit is contained in:
@@ -11,13 +11,10 @@ RUN apt-get update && apt-get install -y \
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the application into the container.
|
||||
RUN git clone https://github.com/bytedance/deer-flow.git /app
|
||||
COPY runtime/deer-flow/feature_collection.patch /app/feature_collection.patch
|
||||
RUN git clone https://github.com/ModelEngine-Group/deer-flow.git /app
|
||||
COPY runtime/deer-flow/.env /app/.env
|
||||
COPY runtime/deer-flow/conf.yaml /app/conf.yaml
|
||||
|
||||
RUN git apply feature_collection.patch
|
||||
|
||||
# Pre-cache the application dependencies.
|
||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --locked --no-install-project
|
||||
|
||||
Reference in New Issue
Block a user