From 68f172c2ee2baf2901faea6211d235433cedffbc Mon Sep 17 00:00:00 2001 From: Amy Date: Fri, 24 Jan 2020 08:33:10 -0800 Subject: [PATCH] pin the web-ui version of TF to 1.7-- same as training (#658) --- mnist/web-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnist/web-ui/Dockerfile b/mnist/web-ui/Dockerfile index 36b55255..94fa4eeb 100644 --- a/mnist/web-ui/Dockerfile +++ b/mnist/web-ui/Dockerfile @@ -28,7 +28,7 @@ RUN pip --no-cache-dir install \ h5py \ ipykernel \ numpy \ - tensorflow \ + tensorflow==1.7.0 \ tensorflow-serving-api \ flask \ && \