From bf490b127cacbe2acb916b7e3ede4efd881990a2 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 5 Mar 2020 19:00:55 +0000 Subject: [PATCH] [05.03.20] Dockerfile pip packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 259554b..bff8664 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran 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"] \ No newline at end of file