[05.03.20] Dockerfile pip packages
This commit is contained in:
parent
982a517260
commit
bf490b127c
@ -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"]
|
||||
Loading…
x
Reference in New Issue
Block a user