moabitcoin / ig65m-pytorch

PyTorch 3D video classification models pre-trained on 65 million Instagram videos
MIT License
265 stars 30 forks source link

Let CI build docker images #14

Closed daniel-j-h closed 5 years ago

daniel-j-h commented 5 years ago

We should provide pre-built docker images for convenience and ease of use.

Once we have Travis CI (https://github.com/moabitcoin/ig65m-pytorch/issues/13) we should let Travis build and push images automatically.

Users then should be able to say something along the lines of

docker run --runtime=nvidia --ipc=host moabitcoin/ig65m extract myvideo.mp4

without having to install our requirements or even cloning this repository.

See e.g. https://github.com/mapbox/robosat/blob/master/.travis.yml for how this can be set up.