Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release_images_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ release_images:
public_registry: True
4:
framework: "vllm"
version: "0.10.0"
version: "0.10.1"
arch_type: "x86"
customer_type: "ec2"
general:
Expand Down
20 changes: 15 additions & 5 deletions vllm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

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

## [0.10.1] - 2025-08-22
### Updated
- vllm/vllm-openai version `v0.10.1`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.10.1) for details.
- EFA installer version `1.43.2`
### Sample ECR URI
```
763104351884.dkr.ecr.us-east-1.amazonaws.com/0.10-gpu-py312-ec2
763104351884.dkr.ecr.us-east-1.amazonaws.com/0.10.1-gpu-py312-cu128-ubuntu22.04-ec2
```

## [0.10.0] - 2025-08-04
### Updated
- vllm/vllm-openai version `v0.10.0`
- vllm/vllm-openai version `v0.10.0`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.10.0) for details.
- EFA installer version `1.43.1`
### Sample ECR URI
```
Expand All @@ -14,7 +24,7 @@ All notable changes to vLLM Deep Learning Containers will be documented in this

## [0.9.2] - 2025-07-15
### Updated
- vllm/vllm-openai version `v0.9.2`
- vllm/vllm-openai version `v0.9.2`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.9.2) for details.
### Sample ECR URI
```
763104351884.dkr.ecr.us-east-1.amazonaws.com/0.9-gpu-py312-ec2
Expand All @@ -23,7 +33,7 @@ All notable changes to vLLM Deep Learning Containers will be documented in this

## [0.9.1] - 2025-06-13
### Updated
- vllm/vllm-openai version `v0.9.1`
- vllm/vllm-openai version `v0.9.1`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.9.1) for details.
- EFA installer version `1.42.0`
### Sample ECR URI
```
Expand All @@ -34,7 +44,7 @@ All notable changes to vLLM Deep Learning Containers will be documented in this

## [0.9.0.1] - 2025-06-10
### Updated
- vllm/vllm-openai version `v0.9.0.1`
- vllm/vllm-openai version `v0.9.0.1`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.9.0.1) for details.
- EFA installer version `1.41.0`
### Sample ECR URI
```
Expand All @@ -45,7 +55,7 @@ All notable changes to vLLM Deep Learning Containers will be documented in this
## [0.8.5] - 2025-06-02

### Added
- vllm/vllm-openai version `v0.8.5`
- vllm/vllm-openai version `v0.8.5`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.8.5) for details.
- EFA installer version `1.40.0`
### Sample ECR URI
```
Expand Down
2 changes: 1 addition & 1 deletion vllm/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
prod_account_id: &PROD_ACCOUNT_ID 763104351884
region: &REGION <set-$REGION-in-environment>
framework: &FRAMEWORK vllm
version: &VERSION "0.10.0"
version: &VERSION "0.10.1"
short_version: &SHORT_VERSION "0.10"
arch_type: &ARCH_TYPE x86_64
autopatch_build: "False"
Expand Down
4 changes: 2 additions & 2 deletions vllm/x86_64/gpu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/vllm/vllm-openai:v0.10.0 as final
FROM docker.io/vllm/vllm-openai:v0.10.1 as final
ARG PYTHON="python3"
ARG EFA_VERSION="1.43.1"
ARG EFA_VERSION="1.43.2"
LABEL maintainer="Amazon AI"
LABEL dlc_major_version="1"
ENV DEBIAN_FRONTEND=noninteractive \
Expand Down