Skip to content

srag21/nlpreviz-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

nlpreviz-docker

Dockerfile for NLPReViz on OpenJDK7 If you don't have Docker, download and install from this link: https://docs.docker.com/get-docker/

Running NLPReViz using Docker:

Clone repository

git clone https://github.com/NLPReViz/nlpreviz-docker
cd nlpreviz docker

Build image from Dockerfile

docker build -t nlpreviz .

Run the image

docker run -dit -p 8080:8080 --name emr_vis_web nlpreviz

Point your browser to <localhost|DOCKER_IP>:8080/emr-vis-web/app. Enter username and password as defaults to login. Use docker-machine ip to confirm your local docker IP. For customization deployments, refer to documentation available on the main NLPReViz projects.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%