Ayush Ranjan
Ayush Ranjan
You probably also want `/dev/nvidiactl`. You basically want to call [this](https://cs.opensource.google/gvisor/gvisor/+/master:runsc/boot/vfs.go;l=1229;drc=ba53672288fb20c6ded46010c148ff6fadbe4556). Usually that is only called for `--nvproxy-docker`. JUST FOR TESTING try adding a new flag `--nvproxy-k8s` and change the...
Got it, thanks for working with me on this. Just to set the expectations, adding support for [k8s-device-plugin](https://github.com/NVIDIA/k8s-device-plugin) is currently not on our roadmap. We are focused on maturing GPU...
The issue persists on this repo. I solve it in ayushr2/go-ext4#3.
Added unit test.
Coveralls is still complaining but that looks like a decimal error. I think the test coverage is unchanged. You can probably merge past that.
Added a test.
Nice idea. We would need to drain the queue before we can shutdown the API.
I think this issue needs to be shifted to [Chain Link](https://github.com/illinois-cs241/chainlink). Broadway grader just communicates with the API and passes on the job to chainlink to run. @nmagerko wrote some...
Yep, I think we should keep them separate. Chainlink is meant to be a public python library for running a chain of containers. This project is more Broadway specific.
As of now, - We have added integration tests which run the api and grader together. - Nick has refactored this project already. - Chainlink has some tests.