File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 11# https://github.com/ucyo/python-package-template/blob/master/Dockerfile
2- FROM python:3.9 -slim as rye
2+ FROM python:3.10 -slim as rye
33
44ENV LANG="C.UTF-8" \
55 LC_ALL="C.UTF-8" \
@@ -20,7 +20,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
2020 ffmpeg \
2121 libfontconfig1 \
2222 libxrender1 \
23- libgl1-mesa-glx \
23+ libgl1 \
24+ libglx-mesa0 \
2425 libgeos-dev \
2526 gcc \
2627 && rm -rf /var/lib/apt/lists/*
@@ -38,7 +39,7 @@ WORKDIR /home/python/labelbox-python
3839
3940RUN rye config --set-bool behavior.global-python=true && \
4041 rye config --set-bool behavior.use-uv=true && \
41- rye pin 3.9 && \
42+ rye pin 3.10 && \
4243 rye sync
4344
44- CMD rye run unit && rye integration
45+ CMD rye run unit && rye integration
Original file line number Diff line number Diff line change 11# https://github.com/ucyo/python-package-template/blob/master/Dockerfile
2- FROM python:3.9 -slim as rye
2+ FROM python:3.10 -slim as rye
33
44ENV LANG="C.UTF-8" \
55 LC_ALL="C.UTF-8" \
@@ -20,7 +20,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
2020 ffmpeg \
2121 libfontconfig1 \
2222 libxrender1 \
23- libgl1-mesa-glx \
23+ libgl1 \
24+ libglx-mesa0 \
2425 libgeos-dev \
2526 gcc \
2627 && rm -rf /var/lib/apt/lists/*
@@ -38,7 +39,7 @@ WORKDIR /home/python/labelbox-python
3839
3940RUN rye config --set-bool behavior.global-python=true && \
4041 rye config --set-bool behavior.use-uv=true && \
41- rye pin 3.9 && \
42+ rye pin 3.10 && \
4243 rye sync
4344
44- CMD rye run unit && rye integration
45+ CMD rye run unit && rye integration
Original file line number Diff line number Diff line change 11# https://github.com/ucyo/python-package-template/blob/master/Dockerfile
2- FROM python:3.9 -slim as rye
2+ FROM python:3.10 -slim as rye
33
44ENV LANG="C.UTF-8" \
55 LC_ALL="C.UTF-8" \
@@ -20,7 +20,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
2020 ffmpeg \
2121 libfontconfig1 \
2222 libxrender1 \
23- libgl1-mesa-glx \
23+ libgl1 \
24+ libglx-mesa0 \
2425 libgeos-dev \
2526 gcc \
2627 && rm -rf /var/lib/apt/lists/*
@@ -38,7 +39,7 @@ WORKDIR /home/python/labelbox-python
3839
3940RUN rye config --set-bool behavior.global-python=true && \
4041 rye config --set-bool behavior.use-uv=true && \
41- rye pin 3.9 && \
42+ rye pin 3.10 && \
4243 rye sync
4344
44- CMD rye run unit && rye integration
45+ CMD rye run unit && rye integration
You can’t perform that action at this time.
0 commit comments