File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ release_images:
16
16
public_registry : True
17
17
2 :
18
18
framework : " vllm"
19
- version : " 0.9.2 "
19
+ version : " 0.10.0 "
20
20
arch_type : " x86"
21
21
customer_type : " ec2"
22
22
general :
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to vLLM Deep Learning Containers will be documented in this file.
4
4
5
+ ## [ 0.10.0] - 2025-08-04
6
+ ### Updated
7
+ - vllm/vllm-openai version ` v0.10.0 `
8
+ - EFA installer version ` 1.43.1 `
9
+ ### Sample ECR URI
10
+ ```
11
+ 763104351884.dkr.ecr.us-east-1.amazonaws.com/0.10-gpu-py312-ec2
12
+ 763104351884.dkr.ecr.us-east-1.amazonaws.com/0.10.0-gpu-py312-cu128-ubuntu22.04-ec2
13
+ ```
14
+
5
15
## [ 0.9.2] - 2025-07-15
6
16
### Updated
7
17
- vllm/vllm-openai version ` v0.9.2 `
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
2
2
prod_account_id : &PROD_ACCOUNT_ID 763104351884
3
3
region : ®ION <set-$REGION-in-environment>
4
4
framework : &FRAMEWORK vllm
5
- version : &VERSION "0.9.2 "
6
- short_version : &SHORT_VERSION "0.9 "
5
+ version : &VERSION "0.10.0 "
6
+ short_version : &SHORT_VERSION "0.10 "
7
7
arch_type : &ARCH_TYPE x86_64
8
8
autopatch_build : " False"
9
9
Original file line number Diff line number Diff line change 1
- FROM docker.io/vllm/vllm-openai:v0.9.2 as final
1
+ FROM docker.io/vllm/vllm-openai:v0.10.0 as final
2
2
ARG PYTHON="python3"
3
- ARG EFA_VERSION="1.42.0 "
3
+ ARG EFA_VERSION="1.43.1 "
4
4
LABEL maintainer="Amazon AI"
5
5
LABEL dlc_major_version="1"
6
6
ENV DEBIAN_FRONTEND=noninteractive \
You can’t perform that action at this time.
0 commit comments