Skip to content
Open
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
5 changes: 5 additions & 0 deletions docker/vllm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ RUN uv pip install --system \
av scipy soundfile "mistral_common[audio]" \
&& uv cache clean

# Install serving extras
RUN uv pip install --system \
"cohere_melody>=0.9.0" \
&& uv cache clean

COPY ./scripts/docker/telemetry/deep_learning_container.py /usr/local/bin/deep_learning_container.py
COPY ./scripts/docker/telemetry/bash_telemetry.sh.template /tmp/bash_telemetry.sh.template
COPY ./scripts/docker/common/setup_oss_compliance.sh setup_oss_compliance.sh
Expand Down
3 changes: 2 additions & 1 deletion docker/vllm/Dockerfile.amzn2023
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ RUN --mount=type=cache,target=/root/.cache/uv uv pip install \

# Install serving extras
RUN --mount=type=cache,target=/root/.cache/uv uv pip install accelerate modelscope \
"bitsandbytes>=0.46.1" "timm>=1.0.17" "runai-model-streamer[s3,gcs,azure]>=0.15.7"
"bitsandbytes>=0.46.1" "timm>=1.0.17" "runai-model-streamer[s3,gcs,azure]>=0.15.7" \
"cohere_melody>=0.9.0"

# Audio deps for voxtral / ASR serving (mistral_common is an optional import in vLLM 0.24.0)
RUN --mount=type=cache,target=/root/.cache/uv uv pip install \
Expand Down
Loading
Loading