Skip to content

Commit

Permalink
[ec2 launcher] update ubuntu image suggestion (#46201)
Browse files Browse the repository at this point in the history
use 22.04 rather than 18.04

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Jun 22, 2024
1 parent d6b8e01 commit c74f2e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c74f2e4

Please sign in to comment.