File tree Expand file tree Collapse file tree
.github/config/image/huggingface-vllm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030release :
3131 release : true
32- force_release : true
32+ force_release : false
3333 public_registry : false
3434 private_registry : true
35- enable_soci : true
35+ enable_soci : false
3636 environment : " gamma"
Original file line number Diff line number Diff line change @@ -6,11 +6,9 @@ ARG FRAMEWORK=huggingface-vllm
66ARG FRAMEWORK_VERSION=0.22.1
77ARG CONTAINER_TYPE=general
88ARG DLC_MAJOR_VERSION=1
9- ARG DLC_MINOR_VERSION=0
109
1110LABEL maintainer="Hugging Face"
1211LABEL dlc_major_version="${DLC_MAJOR_VERSION}"
13- LABEL dlc_minor_version="${DLC_MINOR_VERSION}"
1412
1513ARG TRANSFORMERS_VERSION=5.10.2
1614ARG HUGGINGFACE_HUB_VERSION=1.17.0
@@ -27,6 +25,7 @@ RUN uv pip install --system \
2725 "grpcio>=1.79.3" \
2826 "cryptography>=48.0.1" \
2927 "starlette>=1.3.1" \
28+ "aiohttp>=3.14.1" \
3029 && uv cache clean \
3130 && rm -rf /tmp/uv*
3231
You can’t perform that action at this time.
0 commit comments