From 32096fc110d77dc2756e7618728fc43e1c3a1429 Mon Sep 17 00:00:00 2001 From: niushengxiao Date: Fri, 5 Jun 2026 16:47:39 +0800 Subject: [PATCH] fix: update ci to cuda13.0 --- .github/workflows/docker-publish.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d6abd0948a..e789039efd 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -86,8 +86,8 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - # Build and push default image (cuda12.8.0) - - name: Build and push Docker image (default cuda12.8.0) + # Build and push default image (cuda13.0.0) + - name: Build and push Docker image (default cuda13.0.0) id: build-and-push uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a with: @@ -97,10 +97,11 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | - CUDA_VERSION=12.8.0 + CUDA_VERSION=13.0.0 ENABLE_DEEPEP=1 ENABLE_NIXL=1 ENABLE_CACHE=1 + ENABLE_SM100=0 cache-from: type=gha cache-to: type=gha,mode=max @@ -117,4 +118,4 @@ jobs: DIGEST: ${{ steps.build-and-push.outputs.digest }} # This step uses the identity token to provision an ephemeral certificate # against the sigstore community Fulcio instance. - run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST} \ No newline at end of file + run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}