Prerequisites
- Docker installed on your system
- Docker login credentials for Visual Layer repository
Step 1: Docker Authentication
First, authenticategut with DockerHub using the provided credentials:- Username: visuallayer
- Password: Contact support@visual-layer.com and we will share the password
Step 2: Required Docker Images
The Visual Layer system consists of the following Docker images that need to be pulled from DockerHub:
Pull all required images (replace
<VERSION> with the specific version provided by Visual Layer support):
Step 3: Get Installation Script
First, obtain theinstall_helper.sh script. You can either download it using curl or request it from Visual Layer support:
Step 4: Run Installation
Replace<VERSION> with the specific version provided by Visual Layer support.
For GPU-enabled Systems:
For CPU-only Systems:
Step 5: Verification
After installation, verify that all containers are running properly:Troubleshooting
- If containers fail to start, check the logs:
docker logs <container_name> - Ensure you have sufficient disk space for all images
- Verify network connectivity to DockerHub
- Make sure Docker daemon is running