[06.03.20] Done goofed with RUN
This commit is contained in:
parent
9925db1925
commit
ef3d7392ff
@ -3,7 +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 && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
COPY . /home/spam-filter/.
|
||||
EXPOSE 9090
|
||||
CMD ["python", "/home/spam-filter/configuration/scripts/nltk.py"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user