From 496e449a8bc022b3cd544f7bca76d91be05f04f4 Mon Sep 17 00:00:00 2001 From: Max Fitton Date: Fri, 11 Dec 2020 15:43:51 -0800 Subject: [PATCH] Switch long running test cluster yaml to ml image --- release/long_running_tests/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/long_running_tests/cluster.yaml b/release/long_running_tests/cluster.yaml index 4361568a9..d1f1ee698 100644 --- a/release/long_running_tests/cluster.yaml +++ b/release/long_running_tests/cluster.yaml @@ -1,7 +1,7 @@ cluster_name: ray-release-long-running-tests docker: - image: anyscale/ray:latest + image: anyscale/ray-ml:latest container_name: ray_container pull_before_run: False