From 4920d0d41de4e4b6a52d16d8aec1e0373556b019 Mon Sep 17 00:00:00 2001 From: infinitycat Date: Thu, 3 Apr 2025 13:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8uv=E5=8A=A0=E9=80=9F=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ceacbb39d..838e2b993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ COPY maim_message /maim_message # 安装依赖 RUN uv pip install --system --upgrade pip -#RUN pip install uv RUN uv pip install --system -e /maim_message RUN uv pip install --system -r requirements.txt