test: test Dockfile

pull/1346/head
infinitycat 2025-08-18 18:36:55 +08:00
parent a911bc9fad
commit 9c8a34ce24
1 changed files with 1 additions and 1 deletions

View File

@ -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
# 工作目录