File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
22prod_account_id : &PROD_ACCOUNT_ID 763104351884
33region : ®ION <set-$REGION-in-environment>
44framework : &FRAMEWORK vllm
5- version : &VERSION "0.10.1 "
5+ version : &VERSION "0.10.2 "
66short_version : &SHORT_VERSION "0.10"
77arch_type : &ARCH_TYPE x86_64
88autopatch_build : " False"
@@ -35,7 +35,7 @@ images:
3535 << : *BUILD_CONTEXT
3636 image_size_baseline : 20000
3737 device_type : &DEVICE_TYPE gpu
38- cuda_version : &CUDA_VERSION cu128
38+ cuda_version : &CUDA_VERSION cu129
3939 python_version : &DOCKER_PYTHON_VERSION py3
4040 tag_python_version : &TAG_PYTHON_VERSION py312
4141 os_version : &OS_VERSION ubuntu22.04
Original file line number Diff line number Diff line change 1- FROM docker.io/vllm/vllm-openai:v0.10.1.1 as final
1+ FROM docker.io/vllm/vllm-openai:v0.10.2 as final
22ARG PYTHON="python3"
33ARG EFA_VERSION="1.43.2"
44LABEL maintainer="Amazon AI"
You can’t perform that action at this time.
0 commit comments