Skip to content

Commit 8213dd4

Browse files
committed
update vllm to v0.10.1.1
1 parent 2eb7c8f commit 8213dd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vllm/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
All notable changes to vLLM Deep Learning Containers will be documented in this file.
44

5-
## [0.10.1] - 2025-08-22
5+
## [0.10.1] - 2025-08-25
66
### Updated
7-
- vllm/vllm-openai version `v0.10.1`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.10.1) for details.
7+
- vllm/vllm-openai version `v0.10.1.1`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.10.1.1) for details.
88
- EFA installer version `1.43.2`
99
### Sample ECR URI
1010
```

vllm/x86_64/gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/vllm/vllm-openai:v0.10.1 as final
1+
FROM docker.io/vllm/vllm-openai:v0.10.1.1 as final
22
ARG PYTHON="python3"
33
ARG EFA_VERSION="1.43.2"
44
LABEL maintainer="Amazon AI"

0 commit comments

Comments
 (0)