Skip to content

Deployment

Three ways to run Quantum Pipeline: install the PyPI package directly, run a single Docker container, or bring up the full platform with Docker Compose.

  • Docker Basics


    Container images (CPU, GPU, Spark, Airflow), building from source, and running individual containers.

    Docker Basics

  • Docker Compose


    Full platform deployment with Kafka, Spark, Airflow, Garage, MLflow, and monitoring exporters.

    Docker Compose

  • GPU Acceleration


    NVIDIA setup, CUDA build args, Qiskit Aer GPU backend, and performance benchmarks from the thesis experiments.

    GPU Acceleration

  • Environment Variables


    Reference for all .env variables used across services in the Docker Compose deployment.

    Environment Variables