Skip to content

Commit b57e00a

Browse files
committed
update docker requirements.txt
1 parent c7ec047 commit b57e00a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Dockerfile by xianhu: build a docker image
22
# centos6:
3-
# docker build -t user/centos6 .
3+
# docker build -t user/centos6:v6.9.4 .
44
# docker run -it --name test [-p -v] user/centos6
55
# docker attach test
66
# centos7:
7-
# docker build -t user/centos7 .
7+
# docker build -t user/centos7:v6.9.4 .
88
# docker run -dt --privileged --name test [-p -v] user/centos7
99
# docker exec -it test /bin/bash
1010

Docker/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Flask-Migrate
2323
Flask-HTTPAuth
2424
Flask-Bootstrap
2525
Flask-SQLAlchemy
26+
dash
27+
dash-table
28+
dash-core-components
29+
dash-html-components
30+
dash-bootstrap-components
2631
gunicorn
2732
uWSGI
2833
numpy

0 commit comments

Comments
 (0)