Skip to content

Commit 5934274

Browse files
authored
all dataflow dependency updates (GoogleCloudPlatform#7034)
1 parent 04574fa commit 5934274

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

dataflow/gpu-examples/pytorch-minimal/Dockerfile

Lines 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.32.0 /opt/apache/beam /opt/apache/beam
33+
COPY --from=apache/beam_python3.8_sdk:2.33.0 /opt/apache/beam /opt/apache/beam
3434
ENTRYPOINT [ "/opt/apache/beam/boot" ]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
apache-beam[gcp]==2.31.0
2-
torch==1.9.1
2+
torch==1.10.0

dataflow/gpu-examples/tensorflow-landsat/Dockerfile

Lines 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.32.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.33.0 /opt/apache/beam /opt/apache/beam
4141
ENTRYPOINT [ "/opt/apache/beam/boot" ]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Pillow==8.4.0
22
apache-beam[gcp]==2.31.0
3-
rasterio==1.2.9
4-
tensorflow==2.6.1
3+
rasterio==1.2.10
4+
tensorflow==2.6.2

dataflow/gpu-examples/tensorflow-minimal/Dockerfile

Lines 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.32.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.33.0 /opt/apache/beam /opt/apache/beam
4141
ENTRYPOINT [ "/opt/apache/beam/boot" ]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
apache-beam[gcp]==2.31.0
2-
tensorflow==2.6.1
2+
tensorflow==2.6.2

0 commit comments

Comments
 (0)