From 9c8a34ce244b24c00920f352d5e8105b0a48df0d Mon Sep 17 00:00:00 2001 From: infinitycat Date: Mon, 18 Aug 2025 18:36:55 +0800 Subject: [PATCH] test: test Dockfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6553dbc..af4a6e1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ EXPOSE 8000 # 编译器 -RUN RUN apt-get update && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/* RUN uv pip install --system --upgrade pip Cython py-cpuinfo setuptools # 工作目录