From 298bd94998f57b54ca9995319dd521d08c0f9180 Mon Sep 17 00:00:00 2001 From: Newnius Date: Mon, 13 Jan 2020 18:59:10 +0800 Subject: [PATCH] update tf --- tensorflow/1.14-gpu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/1.14-gpu/Dockerfile b/tensorflow/1.14-gpu/Dockerfile index 81e9310..e486bf4 100644 --- a/tensorflow/1.14-gpu/Dockerfile +++ b/tensorflow/1.14-gpu/Dockerfile @@ -8,7 +8,7 @@ RUN apt update && \ apt install -y git && \ rm -rf /var/lib/apt/lists/* -RUN pip install requests psutil py-cpuinfo +RUN pip install requests psutil py-cpuinfo pandas ADD bootstrap.sh /etc/bootstrap.sh