anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.52k forks source link

Add docker support #171

Closed tauptk closed 3 years ago

tauptk commented 3 years ago

neural-style can be successfully run as containerised application. Dockerfile support was added to go through all setup process with simple docker build. From that point, docker image can be used on any environment supporting docker with no additional setup.

See readme on how to setup and run neural-style in docker.

Also, requirement.txt dependencies were locked into specific versions to avoid failures in docker builds in the future

ps. GPU support is not included. This may be updated in the future to utilise GPU for better performance

tauptk commented 3 years ago

Duplicate of #40