From 69d6c0e053e6192ae684f3d42be985919c883223 Mon Sep 17 00:00:00 2001 From: Chintan Shah Date: Sat, 7 Sep 2019 17:18:31 -0400 Subject: [PATCH] Add Dockerfile --- DCRNN_CPU | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 DCRNN_CPU diff --git a/DCRNN_CPU b/DCRNN_CPU new file mode 100644 index 0000000..2a7e78a --- /dev/null +++ b/DCRNN_CPU @@ -0,0 +1,3 @@ +FROM tensorflow/tensorflow:latest-py3 +COPY requirements.txt . +RUN pip install -r requirements.txt