-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCKER] Update docker protocol #2793
Conversation
tqchen
commented
Mar 12, 2019
- Clarify the docker image update protocol
- Adopt the protocol
// | ||
ci_lint = "tvmai/ci-lint:v0.50" | ||
ci_gpu = "tvmai/ci-gpu:v0.50" | ||
ci_cpu = "tvmai/ci-cpu:v0.41" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tqchen Why do you use 0.41
here for CPU?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was an old tag that we used, and I end up have some problem in upgrading the rust rt, will update once we fixed that problem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok. got it.