[08.10.20] New probe configuration
This commit is contained in:
parent
0253bab66e
commit
cc1b4d05b0
@ -2,7 +2,7 @@ FROM python:3.7
|
||||
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
|
||||
RUN apt update -y && \
|
||||
apt install -y python3-pip && \
|
||||
pip3 install nltk numpy sklearn flask pandas python-json-logger && \
|
||||
pip3 install nltk numpy sklearn flask pandas python-json-logger requests && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
COPY . /home/spam-filter/.
|
||||
RUN python3 /home/spam-filter/configuration/scripts/nltk_package_downloads.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user