Skip to content

Commit 23dafb7

Browse files
committed
apt install numactl
1 parent 74b0214 commit 23dafb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM 506610466/cuda:12.2.2-devel-ubuntu20.04-uv
33
# 从基础镜像开始构建,加快构建速度
44
# FROM 506610466/gpt_server:base
5-
RUN apt-get update -y && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/*
5+
RUN apt-get update -y && apt-get install -y numactl build-essential && rm -rf /var/lib/apt/lists/*
66
COPY ./ /gpt_server
77
WORKDIR /gpt_server
88
# RUN uv sync && uv cache clean

0 commit comments

Comments
 (0)