microsoft / hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.
MIT License
3.36k stars 279 forks source link

Add support for Visual Studio Codespaces #61

Closed markusweimer closed 4 years ago

markusweimer commented 4 years ago

One way to resolve #60 is to add explicit support for dev containers to the Hummingbird repo. The documentation for that is here. Specifically, we could add a Dockerfile and settings for VS Code to use it. I am happy to give that a try if someone has a Dockerfile I can base that on.

ksaur commented 4 years ago

I cannot access Visual Studio Codespaces. But here is https://github.com/microsoft/hummingbird/blob/kasaur/docker/Dockerfile

markusweimer commented 4 years ago

Thanks! I have fiddled around a bit and made this:

https://github.com/markusweimer/hummingbird/tree/devcontainer/.devcontainer

Is there interest to have this as a PR?

ksaur commented 4 years ago

Yes, that would be great, thank you!

ksaur commented 4 years ago

Closing via PR #71

interesaaat commented 4 years ago

Can we have a documentation on how to use this thing in CONTRIBUTING.md?

ksaur commented 4 years ago

writing now.