Merge pull request #40 from aksakalli/master

swtich to Docker Hub from Google Cloud Registry
This commit is contained in:
William L Hamilton 2018-07-29 17:38:08 -04:00 committed by GitHub
commit c2adbc287d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 pip install networkx==1.11
RUN rm /notebooks/* RUN rm /notebooks/*

View File

@ -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 pip install networkx==1.11
RUN rm /notebooks/* RUN rm /notebooks/*