Merge pull request #40 from aksakalli/master
swtich to Docker Hub from Google Cloud Registry
This commit is contained in:
commit
c2adbc287d
@ -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