File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ RUN yum install -y wget
23
23
RUN yum install -y screen
24
24
RUN yum install -y crontabs
25
25
RUN yum install -y zlib-devel
26
+ RUN yum install -y sqlite-devel
26
27
RUN yum install -y openssl-devel
27
28
28
29
# install nginx
@@ -37,11 +38,11 @@ RUN service crond restart
37
38
38
39
# download python3
39
40
WORKDIR /root/
40
- RUN wget https://www.python.org/ftp/python/3.6.1 /Python-3.6.1 .tar.xz
41
- RUN tar -xf Python-3.6.1 .tar.xz
41
+ RUN wget https://www.python.org/ftp/python/3.5.4 /Python-3.5.4 .tar.xz
42
+ RUN tar -xf Python-3.5.4 .tar.xz
42
43
43
44
# install python3
44
- WORKDIR /root/Python-3.6.1
45
+ WORKDIR /root/Python-3.5.4
45
46
RUN ./configure
46
47
RUN make install
47
48
RUN make clean
Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ Flask-Bootstrap
23
23
Flask-SQLAlchemy
24
24
gunicorn
25
25
uWSGI
26
+ jupyter
27
+ tensorflow
You can’t perform that action at this time.
0 commit comments