Skip to content

cpu-only docker base image is not available. #8249

Open
@kimdwkimdw

Description

@kimdwkimdw

Description

server/compose.py

Lines 407 to 415 in 4184494

parser.add_argument(
"--enable-gpu",
nargs="?",
type=lambda x: (str(x).lower() == "true"),
const=True,
default=True,
required=False,
help=argparse.SUPPRESS,
)

pulling container:nvcr.io/nvidia/tritonserver:25.01-cpu-only-py3
Error response from daemon: manifest for nvcr.io/nvidia/tritonserver:25.01-cpu-only-py3 not found: manifest unknown: manifest unknown
error: docker pull container nvcr.io/nvidia/tritonserver:25.01-cpu-only-py3 failed, None

Triton Information
What version of Triton are you using?

25.01~25.05

To Reproduce
Steps to reproduce the behavior.

python compose.py --backend python --repoagent checksum --container-version ${NGC_TAG} --output-name local_tritonserver:${NGC_TAG}-python-py3 --enable-gpu false

Expected behavior
A clear and concise description of what you expected to happen.

https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tritonserver/tags

I want to find the base docker images with CUDA-disabled.

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