diff --git a/src/Dockerfile b/src/Dockerfile index 1139682..5feac02 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -4,7 +4,8 @@ RUN apt-get update && \ apt-get install -y \ build-essential \ python-opencv \ - libpcl-dev + libpcl-dev \ + x11-apps RUN pip install -U pip && \ pip install -U \ @@ -14,6 +15,13 @@ RUN pip install -U pip && \ matplotlib \ nltk \ setuptools \ - pylint + pylint \ + spacy \ + pickle-mixin \ + --upgrade setuptools \ + --no-cache-dir tensorflow \ + keras + +RUN python -m spacy download en_core_web_sm CMD ["/bin/bash"]