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

Add scripts and actions for creating Windows containers for Windows 10 and 11. #87

Merged
merged 56 commits into from
Aug 25, 2023

Conversation

wmaxey
Copy link
Contributor

@wmaxey wmaxey commented Jul 5, 2023

This makes 2 images for each compiler and CUDA entry in the matrix of:

2017, 2019, and 2022.
CUDA 11.1 and 12.1.

See packages here for results:
https://github.com/wmaxey?tab=packages&repo_name=cuda-windows-images

@rapids-bot
Copy link

rapids-bot bot commented Jul 5, 2023

Pull requests from external contributors require approval from a rapidsai organization member with write permissions or greater before CI can begin.

matrix:
runner: [windows-2019, windows-2022]
cuda_version: ["12.1", "11.1"]
edition: [windows-2019, windows-2022]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Runner/edition can be different in the future. We'll likely refactor this before a new edition of GHA runners comes out.

@jrhemstad jrhemstad linked an issue Jul 5, 2023 that may be closed by this pull request
Copy link
Collaborator

@trxcllnt trxcllnt left a comment

Choose a reason for hiding this comment

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

LGTM. Should this be integrated into the main release job, or is it fine if we manually trigger releases separately?

@wmaxey
Copy link
Contributor Author

wmaxey commented Jul 10, 2023

LGTM. Should this be integrated into the main release job, or is it fine if we manually trigger releases separately?

I think manually is fine, or at the least your choice. Pushing the tags to dockerhub wasn't included in these changes.

@trxcllnt
Copy link
Collaborator

Ok, we'll probably want to do that.

@jrhemstad
Copy link
Collaborator

@miscco

@miscco
Copy link
Collaborator

miscco commented Jul 21, 2023

@trxcllnt I have made some minor modifications to the PR. With those I was able to locally build the images and run our CI scripts inside the container.

@wmaxey wmaxey force-pushed the feature/add_windows_containers branch 4 times, most recently from a85bc14 to d1ef844 Compare July 28, 2023 01:47
@wmaxey
Copy link
Contributor Author

wmaxey commented Jul 28, 2023

@trxcllnt I have made some minor modifications to the PR. With those I was able to locally build the images and run our CI scripts inside the container.

I unfortunately rebased and force pushed over everything. I've updated to 12.2 and fixed the PR thing so it actually runs jobs.

@wmaxey
Copy link
Contributor Author

wmaxey commented Jul 28, 2023

Can publish images now only when desired by launching manually.

@wmaxey wmaxey force-pushed the feature/add_windows_containers branch 2 times, most recently from 580b6bc to f58ae54 Compare July 28, 2023 23:43
@trxcllnt trxcllnt changed the base branch from branch-23.08 to branch-23.10 August 1, 2023 22:17
@trxcllnt
Copy link
Collaborator

/ok to test

@trxcllnt trxcllnt merged commit 7adc52a into rapidsai:branch-23.10 Aug 25, 2023
243 checks passed
@wmaxey wmaxey deleted the feature/add_windows_containers branch September 18, 2023 21:23
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.

Create and publish Windows docker container images
4 participants