We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f227e commit 29d877aCopy full SHA for 29d877a
1 file changed
dataflow/gpu-workers/Dockerfile
@@ -27,7 +27,7 @@ RUN egrep -v '^tensorflow([=<>]|$)' requirements.txt > /tmp/requirements.txt \
27
&& pip install --no-cache-dir -r /tmp/requirements.txt
28
29
# Copy the Apache Beam required files from the Beam Python SDK image.
30
-COPY --from=apache/beam_python3.6_sdk:2.27.0 /opt/apache/beam /opt/apache/beam
+COPY --from=apache/beam_python3.6_sdk:2.28.0 /opt/apache/beam /opt/apache/beam
31
32
# Set the entrypoint to Apache Beam SDK worker launcher.
33
ENTRYPOINT [ "/opt/apache/beam/boot" ]
0 commit comments