swtich to Docker Hub from Google Cloud Registry
This commit is contained in:
parent
b48b92b5e7
commit
74fb87dc6f
@ -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/*
|
||||||
|
@ -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/*
|
||||||
|
Loading…
Reference in New Issue
Block a user