Skip to content

Commit

Permalink
[ci] remove duplicate mount in linux container (ray-project#42219)
Browse files Browse the repository at this point in the history
ray-project#42205 moved artifact mount to the parent container class so this line is now duplicated for linux

Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale authored and vickytsang committed Jan 12, 2024
1 parent 9cddc36 commit 27be3ef
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 @@ -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",
]
Expand Down

0 comments on commit 27be3ef

Please sign in to comment.