-
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
[CI] Update docker images tag to 20240105-165030-51bdaec6 #16344
[CI] Update docker images tag to 20240105-165030-51bdaec6 #16344
Conversation
not sure about the CI failures... |
this seems related to ci gpu error. CI has cuda 11.7 installed while the docker image has 11.8, which can be run until the Nvidia updates on base image on November. We need to update the AMIs for GPU workers. @tqchen |
c2acc27
to
3e22f6e
Compare
3e22f6e
to
9d23c57
Compare
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.
lgtm
@@ -112,7 +112,7 @@ properties([ | |||
upstream_revision = null | |||
|
|||
// command to start a docker container | |||
docker_run = 'docker/bash.sh --env CI --env PLATFORM --env TVM_SHARD_INDEX --env TVM_NUM_SHARDS --env RUN_DISPLAY_URL --env PLATFORM --env SKIP_SLOW_TESTS --env TEST_STEP_NAME' | |||
docker_run = 'docker/bash.sh --env CI --env PLATFORM --env TVM_SHARD_INDEX --env TVM_NUM_SHARDS --env RUN_DISPLAY_URL --env PLATFORM --env SKIP_SLOW_TESTS --env TEST_STEP_NAME --env NVIDIA_DISABLE_REQUIRE=true' |
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.
Thanks for this effort! doc about the NVIDIA_DISABLE_REQUIRE variable. We may consider disabling it when upgrading the image/cuda in the future.
* [CI] Update docker images tag to 20240103-070130-97f6e6507 * Update images tag to 20240105-165030-51bdaec6 * Show cuda info in ci runner * [CI] Set NVIDIA_DISABLE_REQUIRE=true
This is to integrate changes in #16336