I have docker
-ized the DEEP NEURAL PRINT (tm rzl 2018) tacoworld
application, and am sharing it with the world here.
to recreate from scratch:
- clone this repository and change into the resulting directory
- run
docker build -t REPOSITORY_NAME[:tag] .
to create adocker
image
- run
docker run REPOSITORY_NAME[:tag]
to build acontainer
from thatimage
and execute the application.