@@ -0,0 +1,8 @@
+version: '3'
+
+services:
+ web:
+ build: .
+ command: venv/bin/python app.py
+ ports:
+ - "5000:5000"
@@ -0,0 +1,9 @@
+numpy
+opencv-python
+Pillow
+scipy
+eventlet
+flask
+python-socketio
+munch
+scikit-image