graphsage-tf/Dockerfile
Can Guney Aksakalli 676c30f5f4 adding Dockerfiles
2017-10-12 16:17:42 +02:00

7 lines
111 B
Docker

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