Skip to content

Commit 0d7c3cb

Browse files
authored
Update Dockerfile and install runai-model-streamer[gcs] package (#26464)
Signed-off-by: Peter Schuurman <psch@google.com>
1 parent 1b2c440 commit 0d7c3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
542542
else \
543543
BITSANDBYTES_VERSION="0.46.1"; \
544544
fi; \
545-
uv pip install --system accelerate hf_transfer modelscope "bitsandbytes>=${BITSANDBYTES_VERSION}" 'timm>=1.0.17' 'runai-model-streamer[s3]>=0.14.0'
545+
uv pip install --system accelerate hf_transfer modelscope "bitsandbytes>=${BITSANDBYTES_VERSION}" 'timm>=1.0.17' 'runai-model-streamer[s3,gcs]>=0.14.0'
546546

547547
ENV VLLM_USAGE_SOURCE production-docker-image
548548

0 commit comments

Comments
 (0)