You've already forked DataMate
mirror
This commit is contained in:
@@ -18,7 +18,7 @@ RUN mkdir -p /root/.m2 && \
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y git && \
|
apt-get install -y git && \
|
||||||
git clone https://github.com/alibaba/DataX.git
|
git clone https://gitee.com/alibaba/DataX.git
|
||||||
|
|
||||||
COPY runtime/datax/ DataX/
|
COPY runtime/datax/ DataX/
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ ENV UV_INDEX_URL="https://mirrors.aliyun.com/pypi/simple/"
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy the application into the container.
|
# Copy the application into the container.
|
||||||
RUN git clone https://github.com/ModelEngine-Group/deer-flow.git /app
|
RUN git clone https://ghproxy.net/https://github.com/ModelEngine-Group/deer-flow.git /app
|
||||||
COPY runtime/deer-flow/.env /app/.env
|
COPY runtime/deer-flow/.env /app/.env
|
||||||
COPY runtime/deer-flow/conf.yaml /app/conf.yaml
|
COPY runtime/deer-flow/conf.yaml /app/conf.yaml
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ FROM node:20-alpine AS deps
|
|||||||
RUN apk add --no-cache libc6-compat openssl git
|
RUN apk add --no-cache libc6-compat openssl git
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN git clone https://github.com/ModelEngine-Group/deer-flow.git /deer-flow \
|
RUN git clone https://ghproxy.net/https://github.com/ModelEngine-Group/deer-flow.git /deer-flow \
|
||||||
&& mv /deer-flow/web/* /app \
|
&& mv /deer-flow/web/* /app \
|
||||||
&& rm -rf /deer-flow
|
&& rm -rf /deer-flow
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ ARG POETRY_VERSION=2.1.4
|
|||||||
ARG VERSION_OVERRIDE
|
ARG VERSION_OVERRIDE
|
||||||
ARG BRANCH_OVERRIDE
|
ARG BRANCH_OVERRIDE
|
||||||
|
|
||||||
ARG GIT_REPO=https://github.com/ModelEngine-Group/Label-Studio.git
|
ARG GIT_REPO=https://ghproxy.net/https://github.com/ModelEngine-Group/Label-Studio.git
|
||||||
ARG GIT_BRANCH=ls-release/1.21.0.wsi
|
ARG GIT_BRANCH=ls-release/1.21.0.wsi
|
||||||
|
|
||||||
################################ Stage: downloader (Source Code)
|
################################ Stage: downloader (Source Code)
|
||||||
|
|||||||
Reference in New Issue
Block a user