Skip to content

Instantly share code, notes, and snippets.

@Moishe
Created February 22, 2025 20:31
Show Gist options
  • Save Moishe/1f7ea3eb93020b107f445e8156909862 to your computer and use it in GitHub Desktop.
Save Moishe/1f7ea3eb93020b107f445e8156909862 to your computer and use it in GitHub Desktop.
FROM prefecthq/prefect:3-latest
RUN apt-get update && apt-get install -y wget
RUN wget -qO- https://astral.sh/uv/install.sh | sh
#RUN sh $HOME/.local/bin/env
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