Needed dependency for pickle things

This commit is contained in:
Sabrina
2020-04-22 11:22:32 -04:00
committed by GitHub
parent 6bc969822b
commit 51a2ff758f

View File

@@ -14,6 +14,7 @@ RUN pip install -U pip && \
matplotlib \ matplotlib \
nltk \ nltk \
setuptools \ setuptools \
pylint pylint \
pickle-mixin
CMD ["/bin/bash"] CMD ["/bin/bash"]