Skip to content

Commit

Permalink
[ci] remove nvidia-disable-check (ray-project#46491)
Browse files Browse the repository at this point in the history
CUDA checks the compatibility between the host driver and the docker
image CUDA version. Previously we have this check since the driver is
older than the CUDA version and cuda will be unhappy about it. Remove
this check now that we have upgraded the cuda version in the host.

Test:
- CI

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale authored Jul 9, 2024
1 parent 1549588 commit 0aac7fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/ray_ci/linux_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def get_run_command_extra_args(
gpu_ids: Optional[List[int]] = None,
) -> List[str]:
extra_args = [
"--env",
"NVIDIA_DISABLE_REQUIRE=1",
"--add-host",
"rayci.localhost:host-gateway",
]
Expand Down

0 comments on commit 0aac7fc

Please sign in to comment.