Log into Docker Image Repo

To authenticate with Docker, run:

docker login -u visuallayer

When prompted for a password, copy and paste the Docker Hub access token provided by your Visual Layer representative.

Run the installer

GPU Deployment (Full Enrichment Enabled)

Shell
HARDWARE=gpu VL_VERSION="2.33.3-rc4" bash -c "$(curl -fsSL https://vl-public-bucket.s3.us-east-2.amazonaws.com/installer/new/install_helper.sh)"

CPU Deployment (No Enrichment)

HARDWARE=cpu VL_VERSION="2.33.3-rc4" bash -c "$(curl -fsSL https://vl-public-bucket.s3.us-east-2.amazonaws.com/installer/new/install_helper.sh)"