Skip to content

Commit 3d9f2c3

Browse files
committed
docker 镜像 ubuntu版本升级
1 parent 4d3ff59 commit 3d9f2c3

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
@@ -1,5 +1,5 @@
11
# FROM docker.1ms.run/506610466/cuda:12.2.2-runtime-ubuntu20.04-uv
2-
FROM 506610466/cuda:12.2.2-devel-ubuntu20.04-uv
2+
FROM 506610466/cuda:12.2.2-devel-ubuntu22.04-uv
33
# 从基础镜像开始构建,加快构建速度
44
# FROM 506610466/gpt_server:base
55
RUN uv self update && apt-get update -y && apt-get install -y numactl build-essential && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)