From 51ece01aa9f1161cc4181c3339e907d2f67a5327 Mon Sep 17 00:00:00 2001 From: Newnius Date: Mon, 4 May 2020 17:50:07 +0800 Subject: [PATCH] update --- tensorflow/2.1-gpu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/2.1-gpu/Dockerfile b/tensorflow/2.1-gpu/Dockerfile index a617fd0..34fa662 100644 --- a/tensorflow/2.1-gpu/Dockerfile +++ b/tensorflow/2.1-gpu/Dockerfile @@ -8,7 +8,7 @@ RUN apt update && \ apt install -y git && \ rm -rf /var/lib/apt/lists/* -RUN pip3 install requests psutil py-cpuinfo pandas typing +RUN pip3 install requests psutil py-cpuinfo pandas typing hdfs ADD bootstrap.sh /etc/bootstrap.sh