Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/mnist/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#This container contains your model and any helper scripts specific to your model.
# When building the image inside mnist.ipynb the base docker image will be overwritten
FROM tensorflow/tensorflow:1.15.2-py3
FROM tensorflow/tensorflow:2.2.3-py3

ADD mnist.py /opt/mnist.py
RUN chmod +x /opt/mnist.py
Expand Down