Skip to content

Commit

Permalink
pin the web-ui version of TF to 1.7-- same as training (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
amygdala authored Jan 24, 2020
1 parent c4f1c46 commit 68f172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnist/web-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN pip --no-cache-dir install \
h5py \
ipykernel \
numpy \
tensorflow \
tensorflow==1.7.0 \
tensorflow-serving-api \
flask \
&& \
Expand Down

0 comments on commit 68f172c

Please sign in to comment.