Skip to content

Docker-based offline analysis notebook using VyPR analysis library.

Notifications You must be signed in to change notification settings

pyvypr/dockerofflineanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Docker-based offline analysis notebook using VyPR analysis library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published