We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ec047 commit b57e00aCopy full SHA for b57e00a
Docker/Dockerfile
@@ -1,10 +1,10 @@
1
# Dockerfile by xianhu: build a docker image
2
# centos6:
3
-# docker build -t user/centos6 .
+# docker build -t user/centos6:v6.9.4 .
4
# docker run -it --name test [-p -v] user/centos6
5
# docker attach test
6
# centos7:
7
-# docker build -t user/centos7 .
+# docker build -t user/centos7:v6.9.4 .
8
# docker run -dt --privileged --name test [-p -v] user/centos7
9
# docker exec -it test /bin/bash
10
Docker/requirements.txt
@@ -23,6 +23,11 @@ Flask-Migrate
23
Flask-HTTPAuth
24
Flask-Bootstrap
25
Flask-SQLAlchemy
26
+dash
27
+dash-table
28
+dash-core-components
29
+dash-html-components
30
+dash-bootstrap-components
31
gunicorn
32
uWSGI
33
numpy
0 commit comments