Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 715 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 715 Bytes

Docker offline VyPR analysis

Containerized version of Offline VyPR Analysis

Install Docker engine

Run the script to install docker enginer

$ ./install_docker.sh

To run docker as a non-root user, do the following:

$ sudo groupadd docker
$ sudo usermod -aG docker $USER

Restart the Virtual Machine so that your group membership is re-evaluated

$ newgrp docker

Build the analysis container

$ docker build -t <container name> -f Dockerfile .

Run the analysis container. We are exposing and publishing on port number 9000. This can be changed

$ docker run -h <hostname> -p 9000:9000 <container name>

Copy the url generated by Jupyter notebook in your browser