backend env dockerfile

This commit is contained in:
2019-03-22 14:50:47 +01:00
parent aab075a291
commit fd351bd8db
10 changed files with 428 additions and 2 deletions

View File

@@ -1 +0,0 @@
# Files in `../../frontend_vue/`.

View File

@@ -13,9 +13,14 @@ RUN pip3 install \
sklearn \
argparse \
pathlib \
pymongo
pymongo \
flask
RUN apt-get install -y \
curl
ENV PYTHONIOENCODING UTF-8
RUN pip3 install \
yaml \
flask_cors