Hardware Acceleration

Norsk Studio allows you to leverage hardware acceleration for better performance and efficiency.

NVIDIA GPU

If your host has an NVIDIA GPU and the NVIDIA Container Toolkit installed:

./up.sh --enable-nvidia

This adds GPU devices into the Docker Compose configuration.

Quadra (ASIC)

If your host includes a Quadra card and drivers:

./up.sh --enable-quadra

This enables Quadra-specific hardware offload inside the container.

Notes

  • Both options are Linux-only.

  • Ensure drivers and container runtime integrations are installed before enabling.

  • If neither flag is provided, Norsk Media runs in CPU-only mode.