Skip to content

Commit

Permalink
Use preinstalled uv
Browse files Browse the repository at this point in the history
  • Loading branch information
lwrubel committed Jun 14, 2024
1 parent 20ab63a commit da9a926
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ FROM apache/airflow:2.9.2-python3.12
USER root
RUN apt-get update && apt-get install -y gcc git

# install uv for dependency management
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
RUN /install.sh && rm /install.sh

ENV PYTHONPATH "${PYTHONPATH}:/opt/airflow/"

USER airflow
Expand Down

0 comments on commit da9a926

Please sign in to comment.