Skip to content

Commit 86462b1

Browse files
authored
[DOCS]: Fix docker image tag (#38)
Signed-off-by: shreyas-dview <[email protected]>
1 parent d60c3fb commit 86462b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenAI/GPT-OSS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We also provide a docker container with all the dependencies built in
2929
docker run --gpus all \
3030
-p 8000:8000 \
3131
--ipc=host \
32-
vllm/vllm-openai:0.10.1 \
32+
vllm/vllm-openai:v0.10.1 \
3333
--model openai/gpt-oss-20b
3434
```
3535

0 commit comments

Comments
 (0)