test: test Dockfile
This commit is contained in:
@@ -3,7 +3,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
|||||||
EXPOSE 8000
|
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
|
RUN uv pip install --system --upgrade pip Cython py-cpuinfo setuptools
|
||||||
|
|
||||||
# 工作目录
|
# 工作目录
|
||||||
|
|||||||
Reference in New Issue
Block a user