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 \
3030# Copy SDK entrypoint binary from Apache Beam image, which makes it possible to
3131# use the image as SDK container image.
3232# 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
3434
3535# Copy Flex Template launcher binary from the launcher image, which makes it
3636# 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 \
2727 && pip check
2828
2929# 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
3131ENTRYPOINT [ "/opt/apache/beam/boot" ]
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ RUN apt-get update \
3535
3636# Set the entrypoint to Apache Beam SDK worker launcher.
3737# 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
3939ENTRYPOINT [ "/opt/apache/beam/boot" ]
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ RUN apt-get update \
3535
3636# Set the entrypoint to Apache Beam SDK worker launcher.
3737# 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
3939ENTRYPOINT [ "/opt/apache/beam/boot" ]
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ RUN apt-get update \
3535
3636# Set the entrypoint to Apache Beam SDK worker launcher.
3737# 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
3939ENTRYPOINT [ "/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 \
2525
2626# Set the entrypoint to Apache Beam SDK worker launcher.
2727# 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
2929ENTRYPOINT [ "/opt/apache/beam/boot" ]
You can’t perform that action at this time.
0 commit comments