Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 506fc49

Browse filesBrowse files
chore(deps): update apache/beam_python3.8_sdk docker tag to v2.34.0 (GoogleCloudPlatform#7096)
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
1 parent 95dcba4 commit 506fc49
Copy full SHA for 506fc49

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed

‎dataflow/gpu-examples/pytorch-minimal/Dockerfile

Copy file name to clipboardExpand all lines: dataflow/gpu-examples/pytorch-minimal/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ RUN apt-get update \
3030
&& pip check
3131

3232
# Set the entrypoint to Apache Beam SDK worker launcher.
33-
COPY --from=apache/beam_python3.8_sdk:2.33.0 /opt/apache/beam /opt/apache/beam
33+
COPY --from=apache/beam_python3.8_sdk:2.34.0 /opt/apache/beam /opt/apache/beam
3434
ENTRYPOINT [ "/opt/apache/beam/boot" ]

‎dataflow/gpu-examples/tensorflow-landsat/Dockerfile

Copy file name to clipboardExpand all lines: dataflow/gpu-examples/tensorflow-landsat/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ RUN apt-get update \
3737
&& pip check
3838

3939
# Set the entrypoint to Apache Beam SDK worker launcher.
40-
COPY --from=apache/beam_python3.8_sdk:2.33.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.34.0 /opt/apache/beam /opt/apache/beam
4141
ENTRYPOINT [ "/opt/apache/beam/boot" ]

‎dataflow/gpu-examples/tensorflow-minimal/Dockerfile

Copy file name to clipboardExpand all lines: dataflow/gpu-examples/tensorflow-minimal/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ RUN apt-get update \
3737
&& pip check
3838

3939
# Set the entrypoint to Apache Beam SDK worker launcher.
40-
COPY --from=apache/beam_python3.8_sdk:2.33.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.34.0 /opt/apache/beam /opt/apache/beam
4141
ENTRYPOINT [ "/opt/apache/beam/boot" ]

‎people-and-planet-ai/timeseries-classification/Dockerfile

Copy file name to clipboardExpand all lines: people-and-planet-ai/timeseries-classification/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ RUN apt-get update \
3838
&& pip check
3939

4040
# Set the entrypoint to Apache Beam SDK worker launcher.
41-
COPY --from=apache/beam_python3.8_sdk:2.32.0 /opt/apache/beam /opt/apache/beam
41+
COPY --from=apache/beam_python3.8_sdk:2.34.0 /opt/apache/beam /opt/apache/beam
4242
ENTRYPOINT [ "/opt/apache/beam/boot" ]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.