Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Torchserve-kfs docker images for other python version (3.10+) #3374

@cjidboon94

Description

@cjidboon94

🚀 The feature

torchserve-kfs (and perhaps also torchserve) docker images for different python versions

Motivation, pitch

All the torchserve-kfs docker images are currently built with python 3.9.
For users who base their custom images on this image and have dependencies that require 3.10+, this means they can't easily just run an additional pip install command and are required to install a new/additional python version into their custom image or just build the image from scratch.

Also python version 3.9 ends nears its end of life in less than a year (EOL is 2025-10), so this is a good opportunity to make this available.

Alternatives

Either let the user install an additional python version in the image or let the user write a custom image from scratch.
A ready base image with base dependencies + python version would be much more convenient for this

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions