Closed daniel-j-h closed 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.
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
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.