graphsage-tf/Dockerfile
2018-07-03 00:55:16 +02:00

7 lines
104 B
Docker

FROM tensorflow/tensorflow:1.3.0
RUN pip install networkx==1.11
RUN rm /notebooks/*
COPY . /notebooks