Update README.md
This commit is contained in:
parent
44c061ec10
commit
efe988fb35
10
README.md
10
README.md
@ -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} \
|
||||
.
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user