Deepgreen DB for Video Discoveries

The Deepgreen DB for Video Discoveries is distributed in a docker image hosted on dockerhub. Follow the instructions below to download and install.

First, create a network in docker:

docker network create --subnet=172.20.0.0/16 dgnet

Next, run the following command to start the docker.


sudo docker run -it --rm --hostname=dg --net=dgnet \
	--ip=172.20.0.16 -p 8888:8888 \
	--privileged -w /opt/ml-suite \
	-v /dev:/dev -v /opt/xilinx:/opt/xilinx	\
	--env PLATFORM=alveo-u200				\
	vitessedata/deepgreen-ml:latest \
	/bin/bash -c 'cd /home/mluser/quicksetup && git remote update && git rebase origin/master &&  bash docker/start.sh' 

To initialize the demo:

cd docker/
bash ./runnb.sh 

The previous command will launch a Jupyter notebook. Please follow the steps in the Jupyter notebook to explore the demo.