Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat(server): Add nvidia gpu passthrough support (#5)
## Description **What(what issue does this code solve/what feature does it add):** Currently on `docker run --gpus 1 netris:server` and run `nvidia-smi` you get an error. **How(how does it solve it):** We add the relevant NVIDIA_* env variables to allow for gpu passthrough. ## Required Checklist: - [ ] I have added any necessary documentation and comments in my code (where appropriate) - [ ] I have added tests to make sure my code runs in all contexts ## Further comments Co-authored-by: Wanjohi <[email protected]>
- Loading branch information