Fix devcontainer (#514)
Some checks failed
ZLUDA / Build (Linux) (push) Has been cancelled
ZLUDA / Build (Windows) (push) Has been cancelled
ZLUDA / Build AMD GPU unit tests (push) Has been cancelled
ZLUDA / Run AMD GPU unit tests (push) Has been cancelled

This commit is contained in:
Violet 2025-09-17 14:38:42 -07:00 committed by GitHub
commit 150ce171cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,5 +30,8 @@
"vscode": {
"extensions": [ "mhutchie.git-graph" ]
}
},
"containerEnv": {
"NVIDIA_DISABLE_REQUIRE": "1"
}
}