Skip to content

Commit

Permalink
Merge pull request #13 from sul-dlss-labs/dockerfile-update
Browse files Browse the repository at this point in the history
Use pre-installed uv
  • Loading branch information
edsu authored Jun 14, 2024
2 parents 20ab63a + da9a926 commit 55a2366
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 55a2366

Please sign in to comment.