File tree Expand file tree Collapse file tree
tesseract_core/sdk/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ build_config:
1717 # Base image to use for the container, must be Ubuntu or Debian-based
1818 # base_image: "debian:bookworm-slim"
1919
20+ # Python version to use inside the container (e.g. "3.12"). When set, the given
21+ # version is installed via `uv python install`, decoupling it from the base
22+ # image. When unset, the base image's system Python is used. Cannot be combined
23+ # with conda requirements; set the version in tesseract_environment.yaml instead.
24+ # python_version: "3.12"
25+
2026 # Platform to build the container for. In general, images can only be executed
2127 # on the platform they were built for.
2228 target_platform : " native"
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ build_config:
1717 # Base image to use for the container, must be Ubuntu or Debian-based
1818 # base_image: "debian:bookworm-slim"
1919
20+ # Python version to use inside the container (e.g. "3.12"). When set, the given
21+ # version is installed via `uv python install`, decoupling it from the base
22+ # image. When unset, the base image's system Python is used. Cannot be combined
23+ # with conda requirements; set the version in tesseract_environment.yaml instead.
24+ # python_version: "3.12"
25+
2026 # Platform to build the container for. In general, images can only be executed
2127 # on the platform they were built for.
2228 target_platform : " native"
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ build_config:
1717 # Base image to use for the container, must be Ubuntu or Debian-based
1818 # base_image: "debian:bookworm-slim"
1919
20+ # Python version to use inside the container (e.g. "3.12"). When set, the given
21+ # version is installed via `uv python install`, decoupling it from the base
22+ # image. When unset, the base image's system Python is used. Cannot be combined
23+ # with conda requirements; set the version in tesseract_environment.yaml instead.
24+ # python_version: "3.12"
25+
2026 # Platform to build the container for. In general, images can only be executed
2127 # on the platform they were built for.
2228 target_platform : " native"
You can’t perform that action at this time.
0 commit comments