Technical Requirements
Hardware
| Component | Requirements |
|---|---|
| Server | A physical server or virtual machine with GPU passthrough enabled |
| OS | Ubuntu 24.04 LTS or equivalent |
| Processor | High-end multicore modern processor required (e.g. Intel Core Ultra 5 235, 14 cores) |
| Memory | 64 GB minimum (DDR5 recommended) |
| GPU | NVIDIA GPU with 16 GB VRAM minimum (e.g. NVIDIA RTX PRO 2000) |
| Disk Space | 512 GB SSD boot drive + 1 TB SSD for data storage recommended |
Software
| Component | Requirements |
|---|---|
| Docker | Docker Engine 24+ |
| Docker Compose | v2.20+ |
| NVIDIA Container Toolkit | Required for GPU access from containers |
| NVIDIA Driver | Compatible with your GPU; 550+ recommended |
Network
A static private IP address on a secure local area network is required to provide a fixed target for your DICOM devices. Inbound DICOM traffic is received on port 104 (configurable). The configuration UI is available on port 5000.
The on-premises deployment requires outgoing internet access for authentication and observability:
| Endpoint | Purpose |
|---|---|
| auth.nuclivision.com | Authentication and license validation |
| api.nuclivision.com | Logs, metrics, and traces via OpenTelemetry for monitoring and support |
предупреждение
Please ensure your firewall allows outgoing HTTPS traffic (port 443) to *.nuclivision.com.
Installation
| Requirement | Description |
|---|---|
| User Account | A user with sudo privileges and Docker group membership is required to perform the installation. |
| Access Key & Secret | You must obtain a licensed Access Key and Secret from Nuclivision prior to installation, as it will be required during setup. |
| NVIDIA Container Toolkit | Must be installed and configured before running the stack — see Installation Guide. |