amc-setup-calibration-stack

Deploy AutoMagicCalib microservice and web UI from NVIDIA NGC images using Docker Compose.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/olibartfast/deep-infer --skill amc-setup-calibration-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amc-setup-calibration-stack
Source: https://github.com/olibartfast/deep-infer/tree/main/skills/amc-setup-calibration-stack
Command: npx skills add https://github.com/olibartfast/deep-infer --skill amc-setup-calibration-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, docker-compose, python3-venv, huggingface_hub.

What problem does it solve?

This skill automates the complex deployment of the AutoMagicCalib microservice and web UI, ensuring that containerized calibration environments are configured, authenticated, and ready for use without manual setup errors.

Core Features & Use Cases

  • Automated Deployment: Orchestrates Docker Compose services for the AMC microservice and UI.
  • Credential Management: Securely handles NGC and HuggingFace authentication for image and model access.
  • Use Case: An engineer needs to set up a local camera calibration environment on a new workstation; this skill handles the repository resolution, environment variable configuration, and service verification in one workflow.

Quick Start

Use the amc-setup-calibration-stack skill to deploy the AutoMagicCalib microservice and web UI on this machine.

Frequently Asked Questions about amc-setup-calibration-stack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy the AutoMagicCalib microservice and web UI using Docker Compose?

To deploy the AutoMagicCalib microservice, you can use a Docker Compose workflow that orchestrates the NVIDIA NGC container images, configures environment variables, and verifies the camera calibration services automatically. It handles repository resolution and service verification in one process.

Do I need an NGC account to set up the AutoMagicCalib stack?

Yes, setting up the AutoMagicCalib stack requires NGC and HuggingFace authentication. The deployment workflow securely manages your credentials to pull the necessary container images and access model-based processing components for your calibration environment.

Can I use the AutoMagicCalib Docker setup without a GPU-accelerated container runtime?

No, the AutoMagicCalib deployment satisfies requirements for a GPU-accelerated container runtime. The automated orchestration relies on GPU acceleration to run the model-based processing needed for camera calibration workflows.

What are the prerequisites for deploying an NVIDIA NGC camera calibration environment?

Deploying an NVIDIA NGC camera calibration environment requires Docker, docker-compose, and python3-venv. You also need to configure persistent volume permissions and ensure secure credential handling before launching the automated microservice orchestration.

Does the AutoMagicCalib deployment handle persistent volume permissions automatically?

Yes, the AutoMagicCalib deployment workflow configures persistent volume permissions automatically. This ensures the containerized calibration environment is ready for use without manual setup errors causing data access issues during the camera calibration process.

Why does my AutoMagicCalib container deployment fail during model access?

AutoMagicCalib container deployment fails during model access if HuggingFace authentication is missing or invalid. The deployment workflow requires secure credential handling for both NGC and HuggingFace to successfully pull images and access model-based processing components.