Based on nvcr.io/nvidia/tritonserver container, but this add Miniconda3, Golang, Singularity
nvcr.io/nvidia/tritonserver
/workspace
/root/.cache/huggingface
TRITON_RELEASE="25.01" docker build \ -t git.athichal.com/tonkaew131/tritonserver:${TRITON_RELEASE}-py3-sdk \ --build-arg TRITON_RELEASE=${TRITON_RELEASE} \ .