Skip to content

Commit e5b2050

Browse files
committed
Update
Update.
1 parent df98449 commit e5b2050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
dockerfile: cuda12.4
3030
tags: superbench/main:cuda12.4
3131
runner: [self-hosted]
32-
build_args: "NUM_MAKE_JOBS=8"
32+
build_args: "NUM_MAKE_JOBS=16"
3333
- name: cuda12.2
3434
dockerfile: cuda12.2
3535
tags: superbench/main:cuda12.2
3636
runner: [self-hosted]
37-
build_args: "NUM_MAKE_JOBS=8"
37+
build_args: "NUM_MAKE_JOBS=16"
3838
- name: cuda11.1.1
3939
dockerfile: cuda11.1.1
4040
tags: superbench/main:cuda11.1.1,superbench/superbench:latest

0 commit comments

Comments
 (0)