Deployment
Cloudera AI (CML)
Atelier deploys as a CAI Application from the Git URL https://github.com/zndx/atelier.
The .project-metadata.yaml defines two tasks:
- Install Dependencies — Installs Python (via uv) and Node.js dependencies, builds the React frontend
- Start Atelier — Launches the gRPC server and HTTP gateway on
CDSW_APP_PORT
Local Development
devenv shell # Enter dev environment (loads .env automatically)
just install # Install Python + Node dependencies
just proto # Generate proto stubs
just resolve-config # Materialize HOCON → build/config/atelier.env
just up # Start gRPC + Vite dev server via devenv processes