You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add docker-tags.yml to specify the docker image tag used in CI (#1853)
<!-- .github/pull_request_template.md -->
## 📌 Description
Followup of #1839 , this PR created a `docker-tags.yml` (placed under
`ci/`) file to specify the tag used for each docker image, format:
```
image: tag
```
Each tag is composed of date and git-hash.
For public/gitlab CI, we can read from this file to specify the CI
docker version.
The docker file update and unittest on new container are decoupled,
after we upgrade dockerfile, the ci will still be running in earlier tag
until we update the `docker-tags.yml`.
## 🔍 Related Issues
<!-- Link any related issues here -->
## 🚀 Pull Request Checklist
Thank you for contributing to FlashInfer! Before we review your pull
request, please make sure the following items are complete.
### ✅ Pre-commit Checks
- [x] I have installed `pre-commit` by running `pip install pre-commit`
(or used your preferred method).
- [x] I have installed the hooks with `pre-commit install`.
- [x] I have run the hooks manually with `pre-commit run --all-files`
and fixed any reported issues.
> If you are unsure about how to set up `pre-commit`, see [the
pre-commit documentation](https://pre-commit.com/).
## 🧪 Tests
- [x] Tests have been added or updated as needed.
- [x] All tests are passing (`unittest`, etc.).
## Reviewer Notes
cc @bkryu@nvmbreughe@yongwww
0 commit comments