Created
February 22, 2025 20:32
-
-
Save Moishe/fb3bc3de04d7ed99d9489381bfd28fce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM prefecthq/prefect:3-latest | |
RUN apt-get update && apt-get install -y wget | |
RUN wget -qO- https://astral.sh/uv/install.sh | sh | |
COPY . /opt/prefect | |
WORKDIR /opt/prefect | |
RUN pip install -r requirements.txt | |
RUN pip install uv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment