Updated for v0.11.0

This commit is contained in:
Rajesh Shashi Kumar
2025-10-16 01:08:21 +00:00
parent 31f4489d1f
commit 02430037ea
3 changed files with 12 additions and 10 deletions

View File

@@ -6,7 +6,9 @@ This repository provides a Dockerfile to build a container with vLLM and all its
If you prefer not to build the image yourself, you can pull the ready-to-use image directly from Docker Hub:
`docker pull rajesh550/gh200-vllm:0.10.2`
```bash
docker run --rm -it --gpus all -v "$PWD":"$PWD" -w "$PWD" rajesh550/gh200-vllm:0.11.0 bash
```
👉 [Docker Hub](https://hub.docker.com/repository/docker/rajesh550/gh200-vllm/general)