7 lines
115 B
Docker
7 lines
115 B
Docker
|
FROM gcr.io/tensorflow/tensorflow:1.3.0-gpu
|
||
|
|
||
|
RUN pip install networkx==1.11
|
||
|
RUN rm /notebooks/*
|
||
|
|
||
|
COPY . /notebooks
|