From 8fcae6112175c2a1eef8f1c7246cb7b43fffadeb Mon Sep 17 00:00:00 2001 From: Wendy Kan Date: Mon, 19 Nov 2018 14:10:35 -0800 Subject: [PATCH] adding kaggle api --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 71f236c3..a8212c59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -475,6 +475,7 @@ RUN pip install flashtext && \ pip install PDPbox && \ pip install ggplot && \ pip install cesium && \ + pip install kaggle && \ ##### ^^^^ Add new contributions above here ^^^^ ##### # clean up pip cache rm -rf /root/.cache/pip/*