Skip to content

Commit 5f19342

Browse files
committed
Use latest sdk
1 parent cdf6fe0 commit 5f19342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/ml/inference/test_resources/vllm.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3 && \
4646
python3 -m pip install --upgrade pip setuptools wheel
4747

4848
# 4) Copy the Beam SDK harness (for Dataflow workers)
49-
COPY --from=gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:dbae047c6ad401ad547cc9e0b15bccbe85580444 \
49+
COPY --from=gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:latest \
5050
/opt/apache/beam /opt/apache/beam
5151

5252
# 5) Make sure the harness is discovered first

0 commit comments

Comments
 (0)