mirror of https://github.com/Mai-with-u/MaiBot.git
尝试用uv加速构建
parent
23d03ef33b
commit
b1cd3bc944
|
|
@ -12,8 +12,8 @@ COPY maim_message /maim_message
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
#RUN pip install uv
|
#RUN pip install uv
|
||||||
RUN uv pip install -e /maim_message
|
RUN pip install -e /maim_message
|
||||||
RUN uv pip install --upgrade -r requirements.txt
|
RUN uv pip install -r requirements.txt
|
||||||
|
|
||||||
# 复制项目代码
|
# 复制项目代码
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue