Skip to content

Commit

Permalink
Pin the Docker images to a specific TensorFlow version. (tensorflow#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhseu authored Oct 25, 2016
1 parent b008222 commit f3de16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tensorflow/tensorflow:nightly
FROM tensorflow/tensorflow:0.11.0rc1

COPY mnist_replica.py /
ENTRYPOINT ["python", "/mnist_replica.py"]
2 changes: 1 addition & 1 deletion docker/Dockerfile.hdfs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tensorflow/tensorflow:nightly
FROM tensorflow/tensorflow:0.11.0rc1

# Install java
RUN add-apt-repository -y ppa:openjdk-r/ppa && \
Expand Down

0 comments on commit f3de16f

Please sign in to comment.