On-premises
On-premises overview
Minimal system requirements
System configuration
- Operating System: Ubuntu LTS 20/22/24
- X86 architecture
- RAM: 64G
- Disk space: 256Gb + 2.5 times the estimated amount of data.
- CPU: 16 cores
- Optional: GPU: Common Nvidia GPU types (Nvidia A10, A100, H100, RTX 4090, etc.)
Dependencies
- Docker v.27 or above - follow the official instructions and the post-install guide.
- jq - json data parsing library
- psql - postgres command line client
- zip/unzip
Advised tools for troubleshooting/maintenance
- vi - or equivalent required for file editing
- object store CLIs if applicable (aws cli, mc)
Required permissions and access
- Make sure you run the installation as a regular user (not a root user), with sudo privileges.
Setting Up the Environment
Log into Docker Image Repo
To authenticate with Docker, run:
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 support@visual-layer.com.
Run the installer
GPU Deployment (Full Enrichment Enabled)
Shell
CPU Deployment (No Enrichment)
Operations
Connect to the Application
Once the system is running, connect to the application using your browser:
- **HTTP**:
http://<server name>:2080
- **HTTPS**:
https://<server name>:2443
Start the System
Stop the System
Creating Datasets
- This process can take several hours, depending on data size.
- If the dataset name includes spaces, use quotation marks(e.g.,
"My Dataset"
).
Troubleshooting
Resolving Common Errors
Problem: Image Not Found
Solution*Solution**: Ensure you are logged into Docker.
Problem: Docker Daemon Not Running
Solution*Solution**: Start the Docker daemon.
Problem: Image Pulling Fails
Solution : Verify the software versionand that you are logged into Docker with the correct user.
Problem: Platform Mismatch Warning
Solution : This is a warning only—can be ignored.
Problem: docker compose
Not Found
Solution*Solution**: Install or reinstall Docker following the official installation instructions.
Problem: PostgreSQL Operational Error
Solution*Solution**: Ensure the system was brought up using the docker up
command.
Accessing Logs & Support
Debugging Run
Use the following environment variables to enable debugging: