We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1c1fc commit 211756bCopy full SHA for 211756b
docker/Dockerfile
@@ -542,7 +542,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
542
else \
543
BITSANDBYTES_VERSION="0.46.1"; \
544
fi; \
545
- uv pip install --system accelerate hf_transfer modelscope "bitsandbytes>=${BITSANDBYTES_VERSION}" 'timm>=1.0.17' 'runai-model-streamer[s3]>=0.14.0'
+ uv pip install --system accelerate hf_transfer modelscope "bitsandbytes>=${BITSANDBYTES_VERSION}" 'timm>=1.0.17' 'runai-model-streamer[s3,gcs]>=0.14.0'
546
547
ENV VLLM_USAGE_SOURCE production-docker-image
548
0 commit comments