Skip to content

Commit 6f07956

Browse files
committed
升级 cuda:12.2.2 ,解决cuda 官方bug
1 parent e72fcff commit 6f07956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# FROM docker.1ms.run/506610466/cuda:12.2.0-runtime-ubuntu20.04-uv
2-
FROM 506610466/cuda:12.2.0-runtime-ubuntu20.04-uv
1+
# FROM docker.1ms.run/506610466/cuda:12.2.2-runtime-ubuntu20.04-uv
2+
FROM 506610466/cuda:12.2.2-runtime-ubuntu20.04-uv
33
# 从基础镜像开始构建,加快构建速度
44
# FROM 506610466/gpt_server:base
55
RUN apt-get update -y && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)