Commit 3b22dfb0 authored by wentao.suo's avatar wentao.suo

add liberary

parent 49b8fac1
......@@ -5,6 +5,11 @@ 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
......
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