[09.10.20] NLTK package itself

This commit is contained in:
andrewso 2020-10-09 18:26:56 +01:00
parent 6bdb4f118d
commit cadb3a9278

View File

@ -4,7 +4,8 @@ RUN apk update && \
apk add py-pip libc-dev gcc apk add py-pip libc-dev gcc
RUN python -m pip install --upgrade pip RUN python -m pip install --upgrade pip
RUN pip install utils pycryptodome && \ RUN pip install utils pycryptodome && \
pip install python-dotenv schedule tweepy stomp.py python-json-logger pip install python-dotenv schedule tweepy stomp.py python-json-logger nltk && \
rm -rf /var/lib/apt/lists/*
COPY . /home/tweet-collector/. COPY . /home/tweet-collector/.
RUN python3 /home/tweet-collector/configuration/scripts/nltk_package_downloads.py RUN python3 /home/tweet-collector/configuration/scripts/nltk_package_downloads.py
EXPOSE 9090 EXPOSE 9090