Skip to content

Commit

Permalink
Merge pull request #40 from aksakalli/master
Browse files Browse the repository at this point in the history
swtich to Docker Hub from Google Cloud Registry
  • Loading branch information
williamleif committed Jul 29, 2018
2 parents d928dc7 + 74fb87d commit c2adbc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM gcr.io/tensorflow/tensorflow:1.3.0
FROM tensorflow/tensorflow:1.3.0

RUN pip install networkx==1.11
RUN rm /notebooks/*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.gpu
@@ -1,4 +1,4 @@
FROM gcr.io/tensorflow/tensorflow:1.3.0-gpu
FROM tensorflow/tensorflow:1.3.0-gpu

RUN pip install networkx==1.11
RUN rm /notebooks/*
Expand Down

0 comments on commit c2adbc2

Please sign in to comment.