Commit e5661b2c authored by 智勇's avatar 智勇

up

parent a8887297
...@@ -4,13 +4,8 @@ WORKDIR /home/quant_group ...@@ -4,13 +4,8 @@ WORKDIR /home/quant_group
RUN yum -y update RUN yum -y update
RUN yum install -y epel-release RUN yum install -y epel-release
RUN yum install -y python-pip RUN yum install -y python-pip
RUN python -m pip install --upgrade pip RUN python -m pip install --upgrade pip
RUN yum -y install python-devel
RUN yum -y install mysql-devel
RUN pip install -i http://pypi.douban.com/simple --default-timeout 6000 tornado MySQL-python DBUtils synthesis executor futures --trusted-host pypi.douban.com
COPY requirements.txt . COPY requirements.txt .
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN pip install --upgrade kubernetes \ No newline at end of file
\ No newline at end of file
PyYAML pandas
flask
flask-restful
Flask-APScheduler
python-jenkins
kubernetes
python-etcd
logzero
qingcloud-sdk
harbor-py
simplejson
urllib3>=1.22
ipaddress>=1.0.19
backports.ssl-match-hostname>=3.5.0.1
tornado tornado
redis
sqlalchemy sqlalchemy
pandas
sklearn
pymysql
numpy numpy
dateutil redis
smtplib
email email
json sklearn
\ No newline at end of file pymysql
\ No newline at end of file
FROM 192.168.4.4/baseimg/centos:201803291115
WORKDIR /home/quant_group
RUN yum -y update
RUN yum install -y epel-release
RUN yum install -y python-pip
RUN python -m pip install --upgrade pip
RUN yum -y install python-devel
RUN yum -y install mysql-devel
RUN pip install -i http://pypi.douban.com/simple --default-timeout 6000 tornado MySQL-python DBUtils synthesis executor futures --trusted-host pypi.douban.com
COPY requirements.txt .
RUN pip install -r requirements.txt
RUN pip install --upgrade kubernetes
\ No newline at end of file
PyYAML
flask
flask-restful
Flask-APScheduler
python-jenkins
kubernetes
python-etcd
logzero
qingcloud-sdk
harbor-py
simplejson
urllib3>=1.22
ipaddress>=1.0.19
backports.ssl-match-hostname>=3.5.0.1
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment