Skip to content

Commit c79172c

Browse files
committed
make py3.11 default for uv
1 parent 909c12e commit c79172c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2023
22

33
RUN yum install -y python3.11-pip gcc && yum clean all
44

5-
RUN pip3.11 install -U --no-cache-dir pip
6-
RUN pip3 --no-cache-dir install uv --break-system-packages
5+
RUN pip3.11 --no-cache-dir install uv
6+
7+
ENV UV_PYTHON=3.11
78

89
WORKDIR /app

0 commit comments

Comments
 (0)