Deploy to Cloud
Deploy Roboflow Inference containers to CPU or GPU virtual machines on AWS and GCP with inference cloud.
pip install "inference-cli[cloud-deploy]"inference cloud --helpinference cloud deploy --helpinference cloud deploy
# Deploy the Roboflow Inference GPU container into a GPU-enabled VM in AWS
inference cloud deploy --provider aws --compute-type gpu# Deploy the Roboflow Inference CPU container into a CPU-only VM in GCP
inference cloud deploy --provider gcp --compute-type cpuinference cloud status
Stop and start deployments
inference cloud undeploy
SSH into the cloud deployment
Cloud deploy customization
Last updated
Was this helpful?