Skip to content

Commit 105d57f

Browse files
blueswhenniushengxiao
andauthored
fix: update ci to cuda13.0 (#1332)
Co-authored-by: niushengxiao <niushengxiao@sensetime.com>
1 parent b16ccfa commit 105d57f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
with:
8787
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8888

89-
# Build and push default image (cuda12.8.0)
90-
- name: Build and push Docker image (default cuda12.8.0)
89+
# Build and push default image (cuda13.0.0)
90+
- name: Build and push Docker image (default cuda13.0.0)
9191
id: build-and-push
9292
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
9393
with:
@@ -97,10 +97,11 @@ jobs:
9797
tags: ${{ steps.meta.outputs.tags }}
9898
labels: ${{ steps.meta.outputs.labels }}
9999
build-args: |
100-
CUDA_VERSION=12.8.0
100+
CUDA_VERSION=13.0.0
101101
ENABLE_DEEPEP=1
102102
ENABLE_NIXL=1
103103
ENABLE_CACHE=1
104+
ENABLE_SM100=0
104105
cache-from: type=gha
105106
cache-to: type=gha,mode=max
106107

@@ -117,4 +118,4 @@ jobs:
117118
DIGEST: ${{ steps.build-and-push.outputs.digest }}
118119
# This step uses the identity token to provision an ephemeral certificate
119120
# against the sigstore community Fulcio instance.
120-
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
121+
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 commit comments

Comments
 (0)