File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed
metricscollector/v1beta1/tfevent-metricscollector
suggestion/nas/enas/v1beta1
examples/v1beta1/trial-images Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ psutil==5.8.0
2
2
rfc3339 >= 6.2
3
3
grpcio == 1.41.1
4
4
googleapis-common-protos == 1.6.0
5
- tensorflow == 2.9.0 ; platform_machine == "x86_64"
6
- # TODO (tenzen-y): Upgrade to 2.9.0 when it is released.
7
- tensorflow-aarch64 == 2.8.0 ; platform_machine == "aarch64"
5
+ tensorflow == 2.9.1 ; platform_machine == "x86_64"
6
+ tensorflow-aarch64 == 2.9.0 ; platform_machine == "aarch64"
Original file line number Diff line number Diff line change 1
1
grpcio == 1.41.1
2
2
protobuf == 3.19.1
3
3
googleapis-common-protos == 1.6.0
4
- tensorflow == 2.9.0 ; platform_machine == "x86_64"
5
- # TODO (tenzen-y): Upgrade to 2.9.0 when it is released.
6
- tensorflow-aarch64 == 2.8.0 ; platform_machine == "aarch64"
4
+ tensorflow == 2.9.1 ; platform_machine == "x86_64"
5
+ tensorflow-aarch64 == 2.9.0 ; platform_machine == "aarch64"
7
6
cython >= 0.29.24
Original file line number Diff line number Diff line change 1
- FROM tensorflow/tensorflow:2.9.0
1
+ FROM tensorflow/tensorflow:2.9.1
2
2
3
3
ENV TARGET_DIR /opt/enas-cnn-cifar10
4
4
Original file line number Diff line number Diff line change 1
- FROM tensorflow/tensorflow:2.9.0 -gpu
1
+ FROM tensorflow/tensorflow:2.9.1 -gpu
2
2
3
3
ENV TARGET_DIR /opt/enas-cnn-cifar10
4
4
Original file line number Diff line number Diff line change 1
- FROM tensorflow/tensorflow:2.9.0
1
+ FROM tensorflow/tensorflow:2.9.1
2
2
3
3
ADD examples/v1beta1/trial-images/tf-mnist-with-summaries /opt/tf-mnist-with-summaries
4
4
WORKDIR /opt/tf-mnist-with-summaries
You can’t perform that action at this time.
0 commit comments