Skip to content
Snippets Groups Projects

Migrate Build to UV

Merged Kevin Dietz requested to merge migrate-to-uv into main
+ 2
2
@@ -9,8 +9,8 @@ RUN apt-get update -y
RUN apt-get -y install curl && apt-get install -y git
# Install Python and Pip
RUN apt-get install -y python3.11
RUN apt-get install -y python3-pip
#RUN apt-get install -y python3.11
#RUN apt-get install -y python3-pip
# Install UV
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
Loading