Skip to content

Commit 21c69d1

Browse files
authored
Update Dockerfile
1 parent c96fc69 commit 21c69d1

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,7 +1,7 @@
11
# FROM pytorch/pytorch:2.5.1-cuda12.1-cudnn9-devel as compile_server
22
FROM pytorch/pytorch:2.6.0-cuda12.6-cudnn9-devel as compile_server
33

4-
ARG CPU_INSTRUCT=NATIVE
4+
ARG CPU_INSTRUCT=AVX2
55

66
# 设置工作目录和 CUDA 路径
77
WORKDIR /workspace

0 commit comments

Comments
 (0)