pytorch / glow

Compiler for Neural Network hardware accelerators
Apache License 2.0
3.24k stars 694 forks source link

Provide docker container with all required dependencies installed #2903

Open rdzhabarov opened 5 years ago

rdzhabarov commented 5 years ago

Providing docker container would enable fast experimentation and ramping up on Glow stack.

It should include:

neildhar commented 4 years ago

I would love to contribute here if possible. I have made an attempt at this at https://github.com/neildhar/glow-docker

I implemented both a small (~1GB) version with just the dependencies (where you'd mount the glow repo and build folders) and one with the entire glow repo pre-compiled together with all the training examples (>15GB).

I can tweak this as required.