Update tensorrt_llm docker setup

Remove tensorrt build from ci due to space limitations

Signed-off-by: makaveli <vineet.suryan@collabora.com>
This commit is contained in:
makaveli
2025-05-14 20:29:13 +05:30
parent 4ba576fb06
commit ae169245a1
3 changed files with 9 additions and 33 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ We have only tested the TensorRT backend in docker so, we recommend docker for a
- Run WhisperLive TensorRT in docker
```bash
docker run -p 9090:9090 --runtime=nvidia --gpus all --entrypoint /bin/bash -it ghcr.io/collabora/whisperlive-tensorrt:latest
docker build . -f docker/Dockerfile.tensorrt -t whisperlive-tensorrt
docker run -p 9090:9090 --runtime=nvidia --gpus all --entrypoint /bin/bash -it whisperlive-tensorrt
```
## Whisper TensorRT Engine