-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
External runners for Windows #2169
Comments
I worked on creating Docker containers a few years back (2022). AFAIR, the biggest two obstacles were that (1) Windows containers were large: around 11GB after you got all the stuff in there and (2) the "nano" Windows base image was 64-bit only and conda still required some 32-bit dependencies (that's probably changed?). Maybe the Docker part isn't relevant to this issue, but there's some good links in that PR about how to install the MSVC tool chain without a GUI. |
I have created a PR for the same in the access control repo here: conda-forge/.cirun#14 |
Comes from Quansight/open-gpu-server#31
@wolfv and @baszalmstra asked in today's core call about the possibility of using the recently added Cirun + self-hosted GHA runner infra to add beefy Windows runners for the most demanding feedstocks. I think the idea is to sponsor this for PyTorch packages, in principle.
From the top of my head, this is what needs to happen, roughly:
The text was updated successfully, but these errors were encountered: