Skip to content

Commit

Permalink
build devel image cuda 11.8 with gcc 11
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi committed Jan 1, 2025
1 parent 6322fb5 commit c42320f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish_devel_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
strategy:
fail-fast: false
matrix:
cuda: ["11.8", "12.1", "12.4", "12.6"]
cuda: ["12.1", "12.4", "12.6"]
gcc: ["12"]
include: # build cuda 11.8 with gcc 11
- cuda: "11.8"
gcc: "11"
runs-on: [self-hosted, linux, build]
steps:
- name: Checkout repository
Expand Down Expand Up @@ -53,7 +57,7 @@ jobs:
build-args: |
UBUNTU_VERSION=22.04
CUDA_VERSION=${{ matrix.cuda }}
GCC_VERSION=12
GCC_VERSION=${{ matrix.gcc }}
tags: |
vectorchai/scalellm_devel:cuda${{ matrix.cuda }}-ubuntu22.04
vectorchai/scalellm_devel:cuda${{ matrix.cuda }}
Expand Down

0 comments on commit c42320f

Please sign in to comment.