DigitalHealthIntegration / rdt-reader

MIT License
2 stars 0 forks source link

Add Dockerfile, .dockerignore, and docker build script #1

Closed rightparen closed 5 years ago

rightparen commented 5 years ago

This does not yet work as-is. After following steps in the README, you still have to edit tensorflow-yolov3/core/config.py to change all D:/source/repos to /home/rdtreader.

With that edit, you should be able to run ./DockerBuild and then docker run -it --rm -p 9000:9000 iprd-rdt-reader and get a working server on localhost:9000.