Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[civ2][docker/2] build all ray+ray-ml cuda docker images in civ2 #40139

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

can-anyscale
Copy link
Collaborator

@can-anyscale can-anyscale commented Oct 5, 2023

Now that wanda supports matrix, we can build all ray+ray-ml cuda docker images in civ2.

Test:

  • CI

@can-anyscale can-anyscale force-pushed the can-docker branch 3 times, most recently from 25c072d to 4bef49e Compare October 5, 2023 04:25
@can-anyscale can-anyscale force-pushed the can-docker branch 7 times, most recently from 6c05adb to b000a00 Compare October 5, 2023 05:28
@can-anyscale can-anyscale changed the title Add all ray+cuda images [civ2][docker/2] build all ray+ray-ml cuda docker images in civ2 Oct 5, 2023
@can-anyscale can-anyscale marked this pull request as ready for review October 5, 2023 17:45
Copy link
Collaborator

@aslonnie aslonnie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

w00h00~

Comment on lines +62 to +66
def get_platform_tag(self) -> str:
if self.platform == "cpu":
return "-cpu"
versions = self.platform.split(".")
return f"-{versions[0]}{versions[1]}" # cu11.8.0 -> cu118
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(lonnie bot speaking) add unit test for this function?

Base automatically changed from can-docker-01 to master October 6, 2023 02:29
Signed-off-by: can <can@anyscale.com>
@can-anyscale can-anyscale merged commit 77d0026 into master Oct 6, 2023
2 checks passed
@can-anyscale can-anyscale deleted the can-docker branch October 6, 2023 03:39
Zandew pushed a commit to Zandew/ray that referenced this pull request Oct 10, 2023
…-project#40139)

Now that wanda supports matrix, we can build all ray+ray-ml cuda docker images in civ2.

Signed-off-by: can <can@anyscale.com>
vymao pushed a commit to vymao/ray that referenced this pull request Oct 11, 2023
…-project#40139)

Now that wanda supports matrix, we can build all ray+ray-ml cuda docker images in civ2.

Signed-off-by: can <can@anyscale.com>
Signed-off-by: Victor <vctr.y.m@example.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants