Skip to content

Commit 6449495

Browse files
upgrade tf version (#865)
Co-authored-by: Tejas Chumbalkar <[email protected]>
1 parent cc650b0 commit 6449495

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tensorflow/training/docker/2.3/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG ESTIMATOR_URL=https://aws-tensorflow-binaries.s3-us-west-2.amazonaws.com/est
3434

3535
# The smdebug pipeline relies for following format to perform string replace and trigger DLC pipeline for validating
3636
# the nightly builds. Therefore, while updating the smdebug version, please ensure that the format is not disturbed.
37-
ARG SMDEBUG_VERSION=1.0.3
37+
ARG SMDEBUG_VERSION=1.0.4
3838

3939
RUN apt-get update && apt-get install -y --no-install-recommends \
4040
build-essential \

tensorflow/training/docker/2.3/py3/cu102/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG ESTIMATOR_URL=https://aws-tensorflow-binaries.s3-us-west-2.amazonaws.com/est
3434

3535
# The smdebug pipeline relies for following format to perform string replace and trigger DLC pipeline for validating
3636
# the nightly builds. Therefore, while updating the smdebug version, please ensure that the format is not disturbed.
37-
ARG SMDEBUG_VERSION=1.0.3
37+
ARG SMDEBUG_VERSION=1.0.4
3838

3939
RUN apt-get update && apt-get install -y --no-install-recommends --allow-unauthenticated \
4040
ca-certificates \

tensorflow/training/docker/2.3/py3/cu110/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG ESTIMATOR_URL=https://aws-tensorflow-binaries.s3-us-west-2.amazonaws.com/est
3434

3535
# The smdebug pipeline relies for following format to perform string replace and trigger DLC pipeline for validating
3636
# the nightly builds. Therefore, while updating the smdebug version, please ensure that the format is not disturbed.
37-
ARG SMDEBUG_VERSION=1.0.3
37+
ARG SMDEBUG_VERSION=1.0.4
3838

3939
RUN apt-get update && apt-get install -y --no-install-recommends --allow-unauthenticated \
4040
ca-certificates \

0 commit comments

Comments
 (0)