Vibinex logo

Vibinex

Loading...

Setup Vibinex Docker

You don't have to share your code or give any sensitive information to Vibinex. Run our docker image locally or in your own cloud infrastructure. It will clone your code and run our algortihms to calculate metrics. We fondly call it DPU (Data Processing Unit)

Instructions to Setup DPU:

  1. Pull the Vibinex DPU image

docker pull asia.gcr.io/vibi-prod/dpu/dpu

  1. Create a config directory. This helps us restart the image from previous state in case of any issues

mkdir -p ~/.config/vibinex

  1. Run the image with the options given below. These are unique to you. Refresh the DPU Status in the side bar to check if dpu started

docker run \ -v ~/.config/vibinex:/app/config \ -e INSTALL_ID=null \ asia.gcr.io/vibi-prod/dpu/dpu

Note: Minimum config required for running docker image:

  • RAM: 2 GB
  • CPU: 2v or 4v CPU
  • Storage: Depends on codebase size, maximum supported - 20 GB