sketch_simplification
sketch_simplification copied to clipboard
Dockerize
Added support for deploying with Docker, including usage notes.
Make sure to change the repo namespace from json2d
to bobbens
when merging, in Dockerfile
and README.md
I can't comment on the docker pull request much as I don't use docker, but it is likely that you will have to make the docker image use pytorch 0.4.1 and not latest (see issue #8 )
you're right thanks for the tip
unfortunately there's no 0.4.1 image available
https://hub.docker.com/r/pytorch/pytorch/tags
do you know if 0.4.0 works?
I assume it would, but someone would have to test it to make sure.