Log into Docker Image Repo
To authenticate with Docker, run:- If you do not have the token or it is incorrect, contact [email protected].
Run the installer
GPU Deployment (Full Enrichment Enabled)
Shell
Run the Visual Layer installer for GPU or CPU deployments using Docker login credentials.
docker login -u visuallayer
HARDWARE=gpu VL_VERSION="2.33.3-rc7" bash -c "$(curl -fsSL https://vl-public-bucket.s3.us-east-2.amazonaws.com/installer/new/install_helper.sh)"
HARDWARE=cpu VL_VERSION="2.33.3-rc7" bash -c "$(curl -fsSL https://vl-public-bucket.s3.us-east-2.amazonaws.com/installer/new/install_helper.sh)"
Was this page helpful?