diff --git a/ci/ray_ci/linux_container.py b/ci/ray_ci/linux_container.py index 770b5261692d..0c9baf113306 100644 --- a/ci/ray_ci/linux_container.py +++ b/ci/ray_ci/linux_container.py @@ -55,8 +55,6 @@ def get_run_command_extra_args( extra_args = [ "--env", "NVIDIA_DISABLE_REQUIRE=1", - "--volume", - "/tmp/artifacts:/artifact-mount", "--add-host", "rayci.localhost:host-gateway", ]