From 51a2ff758f910921d5dd6ecc6c5a77faa3a47b8c Mon Sep 17 00:00:00 2001 From: Sabrina Date: Wed, 22 Apr 2020 11:22:32 -0400 Subject: [PATCH] Needed dependency for pickle things --- src/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 1139682..58b7ac4 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -14,6 +14,7 @@ RUN pip install -U pip && \ matplotlib \ nltk \ setuptools \ - pylint + pylint \ + pickle-mixin CMD ["/bin/bash"]