graphsage-tf/Dockerfile

7 lines
104 B
Docker
Raw Permalink Normal View History

FROM tensorflow/tensorflow:1.3.0
2017-10-12 22:17:42 +08:00
RUN pip install networkx==1.11
RUN rm /notebooks/*
COPY . /notebooks