2025-05-28 17:16:48 +07:00
2025-05-28 17:14:56 +07:00
2025-05-28 16:48:17 +07:00
2025-05-28 17:16:48 +07:00

tritonserver

Based on nvcr.io/nvidia/tritonserver container, but this add Miniconda3, Golang, Singularity

Mounting

Directory Uses
/workspace Default workspace
/root/.cache/huggingface Huggingface cache

Building

TRITON_RELEASE="25.01"
docker build \
    -t git.athichal.com/tonkaew131/tritonserver:${TRITON_RELEASE}-py3-sdk \
    --build-arg TRITON_RELEASE=${TRITON_RELEASE} \
    .
Description
No description provided
Readme MIT 36 KiB
Languages
Dockerfile 100%