Add TF1 platform, docker and README
This commit is contained in:
parent
16b7239cd7
commit
dbe5490c5b
28 changed files with 655 additions and 34 deletions
5
docker/tensorflow.dockerfile
Normal file
5
docker/tensorflow.dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM tensorflow/tensorflow:latest-gpu
|
||||
|
||||
RUN pip install matplotlib seaborn && mkdir /work
|
||||
|
||||
WORKDIR /work
|
||||
Loading…
Add table
Add a link
Reference in a new issue