Update README.md

This commit is contained in:
tonkaew131 2025-05-28 17:16:48 +07:00
parent 44c061ec10
commit efe988fb35

View File

@ -8,3 +8,13 @@ Based on `nvcr.io/nvidia/tritonserver` container, but this add [Miniconda3](http
| -------------------------- | ----------------- |
| `/workspace` | Default workspace |
| `/root/.cache/huggingface` | Huggingface cache |
## Building
```bash
TRITON_RELEASE="25.01"
docker build \
-t git.athichal.com/tonkaew131/tritonserver:${TRITON_RELEASE}-py3-sdk \
--build-arg TRITON_RELEASE=${TRITON_RELEASE} \
.
```