Skip to content

Commit

Permalink
add docker build template. commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
dpower4 committed Oct 31, 2024
1 parent 204cc7f commit 9672133
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
tags: superbench/main:cuda12.4
runner: [self-hosted, rocm-build]
build_args: "NUM_MAKE_JOBS=8"
# # TODO: Enable ARM build, check for hosted aarch64 runner availability
# - name: cuda12.4-arm
# dockerfile: cuda12.4
# tags: superbench/main:cuda12.4
# runner: [self-hosted, aarch64-build]
# build_args: "NUM_MAKE_JOBS=8"
- name: cuda12.2
dockerfile: cuda12.2
tags: superbench/main:cuda12.2
Expand Down

0 comments on commit 9672133

Please sign in to comment.