Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Deploying prefect server on VM Instance

Hi everyone,

I have successfully installed and run Prefect Server on Google Cloud Shell using the following commands:

pip install prefect
prefect server start

This allows me to access the Prefect UI without any issues. Now, I want to deploy the Prefect Server on a Google Cloud VM instance using Docker.

However, I'm facing difficulties in creating the Dockerfile and Image to run Prefect Server on the VM. I would appreciate any guidance or solutions on how I can properly package Prefect Server into a Docker container and deploy it on a Google Cloud VM instance. 

Thank you in advance for your help!

0 1 889