Skip to content

Commit

Permalink
Fix Integration Tests broken by Keras breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonm1 committed Sep 23, 2019
1 parent 19fbed1 commit caf5da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/resources/flask_serving/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.6.8-slim-jessie

# install python packages
RUN pip install flask gevent requests keras tensorflow pillow
RUN pip install flask gevent requests keras==2.2.5 tensorflow pillow

# download model so it doesnt get downloaded each run (slow) as this model is ~100MB
RUN apt-get update && \
Expand Down

0 comments on commit caf5da2

Please sign in to comment.