Skip to content

Commit 3c0763f

Browse files
authored
fix: Fix Dockerfile.local_vllm (#4141)
Signed-off-by: [email protected] <[email protected]>
1 parent e0fb52d commit 3c0763f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fault_tolerance/deploy/container/Dockerfile.local_vllm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
132132
COPY --from=dynamo_base /opt/dynamo/wheelhouse/ /opt/dynamo/wheelhouse/
133133
RUN --mount=type=cache,target=/root/.cache/uv \
134134
uv pip install \
135-
/opt/dynamo/wheelhouse/ai_dynamo_runtime*cp312*.whl \
135+
/opt/dynamo/wheelhouse/ai_dynamo_runtime*.whl \
136136
/opt/dynamo/wheelhouse/ai_dynamo*any.whl \
137137
/opt/dynamo/wheelhouse/nixl/nixl*.whl \
138138
&& rm -rf /opt/dynamo/wheelhouse

0 commit comments

Comments
 (0)