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
2323RUN yum install -y screen
2424RUN yum install -y crontabs
2525RUN yum install -y zlib-devel
26+ RUN yum install -y sqlite-devel
2627RUN yum install -y openssl-devel
2728
2829# install nginx
@@ -37,11 +38,11 @@ RUN service crond restart
3738
3839# download python3
3940WORKDIR /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
4243
4344# install python3
44- WORKDIR /root/Python-3.6.1
45+ WORKDIR /root/Python-3.5.4
4546RUN ./configure
4647RUN make install
4748RUN make clean
Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ Flask-Bootstrap
2323Flask-SQLAlchemy
2424gunicorn
2525uWSGI
26+ jupyter
27+ tensorflow
You can’t perform that action at this time.
0 commit comments