From c74f2e42a6a556b907909bf6bf9f1b49c10537b8 Mon Sep 17 00:00:00 2001 From: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:04:05 -0700 Subject: [PATCH] [ec2 launcher] update ubuntu image suggestion (#46201) use 22.04 rather than 18.04 Signed-off-by: Lonnie Liu --- .../session-tests/git-repo-pass/ray-project/project.yaml | 2 +- .../session-tests/invalid-config-fail/ray-project/project.yaml | 2 +- .../session-tests/project-pass/ray-project/project.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/ray/tests/project_files/session-tests/git-repo-pass/ray-project/project.yaml b/python/ray/tests/project_files/session-tests/git-repo-pass/ray-project/project.yaml index ca05c38c7f1b..fd50e40c69ba 100644 --- a/python/ray/tests/project_files/session-tests/git-repo-pass/ray-project/project.yaml +++ b/python/ray/tests/project_files/session-tests/git-repo-pass/ray-project/project.yaml @@ -10,7 +10,7 @@ cluster: environment: # dockerfile: The dockerfile to be built and ran the commands with. - # dockerimage: The docker image to be used to run the project in, e.g. ubuntu:18.04. + # dockerimage: The docker image to be used to run the project in, e.g. ubuntu:22.04. requirements: ray-project/requirements.txt shell: # Shell commands to be ran for environment setup. diff --git a/python/ray/tests/project_files/session-tests/invalid-config-fail/ray-project/project.yaml b/python/ray/tests/project_files/session-tests/invalid-config-fail/ray-project/project.yaml index 4ef5814d72fb..18319190f256 100644 --- a/python/ray/tests/project_files/session-tests/invalid-config-fail/ray-project/project.yaml +++ b/python/ray/tests/project_files/session-tests/invalid-config-fail/ray-project/project.yaml @@ -12,7 +12,7 @@ environment: # NOTE: The following is invalid because you can't have both dockerfile # and dockerimage dockerfile: The dockerfile to be built and ran the commands with. - dockerimage: The docker image to be used to run the project in, e.g. ubuntu:18.04. + dockerimage: The docker image to be used to run the project in, e.g. ubuntu:22.04. requirements: ray-project/requirements.txt diff --git a/python/ray/tests/project_files/session-tests/project-pass/ray-project/project.yaml b/python/ray/tests/project_files/session-tests/project-pass/ray-project/project.yaml index bf6804d10699..4d6e7dd48ddc 100644 --- a/python/ray/tests/project_files/session-tests/project-pass/ray-project/project.yaml +++ b/python/ray/tests/project_files/session-tests/project-pass/ray-project/project.yaml @@ -10,7 +10,7 @@ cluster: environment: # dockerfile: The dockerfile to be built and ran the commands with. - # dockerimage: The docker image to be used to run the project in, e.g. ubuntu:18.04. + # dockerimage: The docker image to be used to run the project in, e.g. ubuntu:22.04. requirements: ray-project/requirements.txt shell: # Shell commands to be ran for environment setup.