We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf6fe0 commit 5f19342Copy full SHA for 5f19342
sdks/python/apache_beam/ml/inference/test_resources/vllm.dockerfile
@@ -46,7 +46,7 @@ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3 && \
46
python3 -m pip install --upgrade pip setuptools wheel
47
48
# 4) Copy the Beam SDK harness (for Dataflow workers)
49
-COPY --from=gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:dbae047c6ad401ad547cc9e0b15bccbe85580444 \
+COPY --from=gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:latest \
50
/opt/apache/beam /opt/apache/beam
51
52
# 5) Make sure the harness is discovered first
0 commit comments