<@ULVA73B9P> where can I find the image for Prefec...
# marvin-in-the-wild
a
@Marvin where can I find the image for Prefect 3?
m
You can find the Prefect images, including those for Prefect 3, on Docker Hub under the
prefecthq/prefect
repository. Prefect maintains and updates these images with each release. Here is a quick link for more information: - Prefect Docker Guide - Upgrade to Prefect 3 For specific tags and versions, you can directly refer to the Docker Hub repository for Prefect: - Prefect on Docker Hub If you need to upgrade or work with Prefect 3, running the following command will upgrade your local Prefect installation:
Copy code
bash
pip install -U prefect
Let me know if you need any more details!