File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
people-and-planet-ai/timeseries-classification Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir --upgrade pip \
30
30
# Copy SDK entrypoint binary from Apache Beam image, which makes it possible to
31
31
# use the image as SDK container image.
32
32
# The Beam version should match the version specified in requirements.txt
33
- COPY --from=apache/beam_python3.10_sdk:2.61 .0 /opt/apache/beam /opt/apache/beam
33
+ COPY --from=apache/beam_python3.10_sdk:2.62 .0 /opt/apache/beam /opt/apache/beam
34
34
35
35
# Copy Flex Template launcher binary from the launcher image, which makes it
36
36
# possible to use the image as a Flex Template base image.
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ RUN pip install --no-cache-dir --upgrade pip \
27
27
&& pip check
28
28
29
29
# Set the entrypoint to Apache Beam SDK worker launcher.
30
- COPY --from=apache/beam_python3.10_sdk:2.61 .0 /opt/apache/beam /opt/apache/beam
30
+ COPY --from=apache/beam_python3.10_sdk:2.62 .0 /opt/apache/beam /opt/apache/beam
31
31
ENTRYPOINT [ "/opt/apache/beam/boot" ]
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ RUN apt-get update \
35
35
36
36
# Set the entrypoint to Apache Beam SDK worker launcher.
37
37
# Check this matches the apache-beam version in the requirements.txt
38
- COPY --from=apache/beam_python3.10_sdk:2.61 .0 /opt/apache/beam /opt/apache/beam
38
+ COPY --from=apache/beam_python3.10_sdk:2.62 .0 /opt/apache/beam /opt/apache/beam
39
39
ENTRYPOINT [ "/opt/apache/beam/boot" ]
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ RUN apt-get update \
35
35
36
36
# Set the entrypoint to Apache Beam SDK worker launcher.
37
37
# Check this matches the apache-beam version in the requirements.txt
38
- COPY --from=apache/beam_python3.10_sdk:2.61 .0 /opt/apache/beam /opt/apache/beam
38
+ COPY --from=apache/beam_python3.10_sdk:2.62 .0 /opt/apache/beam /opt/apache/beam
39
39
ENTRYPOINT [ "/opt/apache/beam/boot" ]
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ RUN apt-get update \
35
35
36
36
# Set the entrypoint to Apache Beam SDK worker launcher.
37
37
# Check this matches the apache-beam version in the requirements.txt
38
- COPY --from=apache/beam_python3.10_sdk:2.61 .0 /opt/apache/beam /opt/apache/beam
38
+ COPY --from=apache/beam_python3.10_sdk:2.62 .0 /opt/apache/beam /opt/apache/beam
39
39
ENTRYPOINT [ "/opt/apache/beam/boot" ]
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ RUN pip install --no-cache-dir --upgrade pip \
25
25
26
26
# Set the entrypoint to Apache Beam SDK worker launcher.
27
27
# Check this matches the apache-beam version in the requirements.txt
28
- COPY --from=apache/beam_python3.10_sdk:2.61 .0 /opt/apache/beam /opt/apache/beam
28
+ COPY --from=apache/beam_python3.10_sdk:2.62 .0 /opt/apache/beam /opt/apache/beam
29
29
ENTRYPOINT [ "/opt/apache/beam/boot" ]
You can’t perform that action at this time.
0 commit comments