Uh oh!
There was an error while loading. Please reload this page.
GPU requirement and auto-detect NVIDIA extensions - #173
Conversation
Christof Marti (chrmarti)
left a comment
There was a problem hiding this comment.
Thanks for the PR! I have left a comment.
Uh oh!
There was an error while loading. Please reload this page.
abece2b to
b012c96Compare5bf01c3 to
5af8294Compare
Christof Marti (chrmarti)
left a comment
There was a problem hiding this comment.
Thanks for the update! I have added a few more comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Christof Marti (chrmarti)
left a comment
There was a problem hiding this comment.
Looks good, left a few more comments. Thanks!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
6dca834 to
dfc50d4Compare
Christof Marti (chrmarti)
left a comment
There was a problem hiding this comment.
2 more comment. :)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Christof Marti (chrmarti)
left a comment
There was a problem hiding this comment.
LGTM! (Looping in our partner team for cross-review. Will merge after that. Thanks!)
Hey Christof Marti (@chrmarti) just seen a lot of test failures on the CI - and slightly at a loss to understand what they mean and why they are failing. I'm happy to take a look, but I'm not sure what the difference between |
aa7ef00 to
6772741CompareI've taken a bit of a closer look, and rebased onto the latest main - and I see the same failures running the tests locally, so I don't think this is a regression from this PR. |
Christof Marti (chrmarti)
commented
Nov 7, 2022
Chris Major (@chris-major-improbable) I have merged in the main branch and fixed an issue with the PR I found when looking into the test failures. Please check the above comment from the CLA bot, we must have added that after you submitted the PR. Thanks! |
@microsoft-github-policy-service agree [company="{Improbable Worlds Ltd}"] |
@microsoft-github-policy-service agree company="{Improbable Worlds Ltd}" |
@microsoft-github-policy-service agree company="Improbable Worlds Ltd" |
Thanks for that - looks good to me. |
Christof Marti (chrmarti)
left a comment
There was a problem hiding this comment.
LGTM! (Will get a second review now.) Thanks!
joshspicer
left a comment
There was a problem hiding this comment.
Looks great! Thanks for the contribution.
Samruddhi Khandale (samruddhikhandale)
left a comment
There was a problem hiding this comment.
Looks great. Thanks for the contribution! ✨
This PR builds upon the proposal in devcontainers/spec#82
When launching a devcontainer requesting GPUs it also detects the presence of NVIDIA docker extensions, and adds the
--gpus allflag.This means that the same devcontainer can be used by developments that don't all have GPU's.
It also does the equivalent for docker-compose scripts, adding the GPU access to the service specified in the
devcontainer.jsonfile