https://prefect.io logo
s

Starsky

08/10/2023, 8:59 AM
I found it here:https://hub.docker.com/r/prefecthq/prefect, but how to run it? is there some special command ?
1
c

Chris Gunderson

08/10/2023, 5:32 PM
Pull the docker image to be able to run it locally: docker pull prefecthq/prefect:2-python3.9 docker run -it prefecthq/prefect:2-python3.9
🙌 1