swtich to Docker Hub from Google Cloud Registry

This commit is contained in:
Can Guney Aksakalli 2018-07-03 00:55:16 +02:00
parent b48b92b5e7
commit 74fb87dc6f
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/*