[05.03.20] Dockerfile pip packages

This commit is contained in:
andrewso 2020-03-05 19:00:55 +00:00
parent 982a517260
commit bf490b127c

View File

@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
RUN apk update && \
apk add py-pip libc-dev gcc
RUN pip install utils pycryptodome && \
pip install nltk pandas numpy sklearn flask
pip install nltk numpy pandas numpy sklearn flask
COPY . /home/spam-filter/.
EXPOSE 9090
CMD ["python", "/home/spam-filter/src/main.py"]