Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa committed Sep 22, 2018
1 parent af0db34 commit 87a3255
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM victorbalssa/tflearn-nltk:latest
MAINTAINER victorbalssa <[email protected]>

ADD ./requirements.txt /bot/requirements.txt
WORKDIR /bot
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 5000
16 changes: 16 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Flask==0.10.1
Flask-PyMongo==0.3.1
Flask-RESTful==0.3.2
Jinja2==2.7.3
MarkupSafe==0.23
Werkzeug==0.10.4
aniso8601==0.92
argparse==1.2.1
itsdangerous==0.24
pymongo==2.8
pytz==2015.2
six==1.9.0
wsgiref==0.1.2
celery==4.0.2
requests==2.13.0
pytest==3.2.3

0 comments on commit 87a3255

Please sign in to comment.