File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# For more information on the build process, see https://docs.livekit.io/agents/ops/deployment/builds/
33# syntax=docker/dockerfile:1
44
5- # Use the official Python base image with Python 3.11
5+ # Use the official Python base image with Python 3.13
66# We use the slim variant to keep the image size smaller while still having essential tools
7- ARG PYTHON_VERSION=3.11
7+ ARG PYTHON_VERSION=3.13
88FROM python:${PYTHON_VERSION}-slim AS base
99
1010# Keeps Python from buffering stdout and stderr to avoid situations where
Original file line number Diff line number Diff line change 22# For more information on the build process, see https://docs.livekit.io/agents/ops/deployment/builds/
33# syntax=docker/dockerfile:1
44
5- # Use the official UV Python base image with Python 3.11 on Debian Bookworm
5+ # Use the official UV Python base image with Python 3.13 on Debian Bookworm
66# UV is a fast Python package manager that provides better performance than pip
77# We use the slim variant to keep the image size smaller while still having essential tools
8- ARG PYTHON_VERSION=3.11
8+ ARG PYTHON_VERSION=3.13
99FROM ghcr.io/astral-sh/uv:python${PYTHON_VERSION}-bookworm-slim AS base
1010
1111# Keeps Python from buffering stdout and stderr to avoid situations where
You can’t perform that action at this time.
0 commit comments