[CI] Update docker images tag to 20240105-165030-51bdaec6#16344
[CI] Update docker images tag to 20240105-165030-51bdaec6#16344vinx13 merged 4 commits intoapache:mainfrom
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
|
|
||
| // 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.
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