Deploy on Google Cloud Platform
Deploy a Roboflow Inference server on a Google Cloud Platform compute VM with the Inference CLI and SkyPilot.
Set up a Google Cloud compute VM
pip install inference "skypilot[gcp]"inference cloud deploy --provider gcp --compute-type gpuDeployed Roboflow Inference to gcp on gpu, deployment name is ...
To get a list of your deployments: inference cloud status
To delete your deployment: inference cloud undeploy ...
To ssh into the deployed server: ssh ...
The Roboflow Inference Server is running at http://34.66.116.66:9001Next steps
Last updated
Was this helpful?