Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ci/docker-tags.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flashinfer/flashinfer-ci-cu126: 20251024-0e48aaf
flashinfer/flashinfer-ci-cu128: 20251024-0e48aaf
flashinfer/flashinfer-ci-cu129: 20251024-0e48aaf
flashinfer/flashinfer-ci-cu130: 20251024-0e48aaf
flashinfer/flashinfer-ci-cu126: 20251104-d528f0c
flashinfer/flashinfer-ci-cu128: 20251104-d528f0c
flashinfer/flashinfer-ci-cu129: 20251104-d528f0c
flashinfer/flashinfer-ci-cu130: 20251104-d528f0c
Comment on lines +1 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve maintainability and reduce redundancy, consider using YAML anchors and aliases. This would define the tag once on its first use and then reference it for the other images, making future updates easier and less error-prone.

Note: Since this file is auto-generated, applying this change might require updating the generation script. This is a suggestion for future improvement.

flashinfer/flashinfer-ci-cu126: &tag 20251104-d528f0c
flashinfer/flashinfer-ci-cu128: *tag
flashinfer/flashinfer-ci-cu129: *tag
flashinfer/flashinfer-ci-cu130: *tag