浏览代码

added a requirements and a docker-compose files

Dimitri Korsch 3 年之前
父节点
当前提交
aae942a54b
共有 2 个文件被更改,包括 17 次插入0 次删除
  1. 8 0
      docker-compose.yml
  2. 9 0
      requirements.txt

+ 8 - 0
docker-compose.yml

@@ -0,0 +1,8 @@
+version: '3'
+
+services:
+  web:
+    build: .
+    command: venv/bin/python app.py
+    ports:
+      - "5000:5000"

+ 9 - 0
requirements.txt

@@ -0,0 +1,9 @@
+numpy
+opencv-python
+Pillow
+scipy
+eventlet
+flask
+python-socketio
+munch
+scikit-image