Skip to content

Commit cc74eb0

Browse files
authored
Update Dockerfile
1 parent 872032b commit cc74eb0

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=AVX2
4+
ARG CPU_INSTRUCT=NATIVE
55

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

0 commit comments

Comments
 (0)