Implementation of this article Image Style Transfer Using CNN with modification from this course.
If you have GPU you should remove Dockerfile and rename Dockerfile_gpu to Dockerfile. To run services you only have to run this command:
# Build docker image
docker build -t style_transfer .
# Start docker image
docker run -it --rm -p 80:80 style_transfer