Skip to content

YerevaNN/dmn-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

dmn-docker

Dockerfile for starting DMN with UI

Usage

This image contains DMN and UI for it.

To get this image do:

$ docker pull yerevann/dmn

To run this image do:

$ docker run --name dmn_1 -it --rm -p 5000:5000 yerevann/dmn

It will start a server on the 5000 port. The first prediction will take some time, because the model should be loaded into memory. Just wait a bit until it returns the result. The following predictions will be fast.

Requirements

Make sure that you have atleast 2GB of memory allocated for your Docker.

Releases

No releases published

Packages

No packages published