A service for evaluating hand-writing digit, with Tensorflow, MNIST, cassandra
77
version: "3" services: web: links: - "db" - "db:database" image: webapp restart: always ports: - "8000:80" db: image: cassandra ports: - "9042:9042" restart: always
Content type
Image
Digest
Size
46.1 MB
Last updated
almost 8 years ago
docker pull iamdonnie/get-started:part2