Installation Instructions
Setting Up the Environment
Make sure all system requirements are met
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.
- If you do not have the token or it is incorrect, contact [email protected].
Run the installer
GPU Deployment (Full Enrichment Enabled)
HARDWARE=gpu VL_VERSION="2.33.1-rc10" 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.1-rc10" bash -c "$(curl -fsSL https://vl-public-bucket.s3.us-east-2.amazonaws.com/installer/new/install_helper.sh)"
Updated about 12 hours ago