We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b0214 commit 23dafb7Copy full SHA for 23dafb7
Dockerfile
@@ -2,7 +2,7 @@
2
FROM 506610466/cuda:12.2.2-devel-ubuntu20.04-uv
3
# 从基础镜像开始构建,加快构建速度
4
# FROM 506610466/gpt_server:base
5
-RUN apt-get update -y && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/*
+RUN apt-get update -y && apt-get install -y numactl build-essential && rm -rf /var/lib/apt/lists/*
6
COPY ./ /gpt_server
7
WORKDIR /gpt_server
8
# RUN uv sync && uv cache clean
0 commit comments