Commit b962df1a authored by daidekun's avatar daidekun

fixbugs

parent 00ff611d
...@@ -4,7 +4,10 @@ MAINTAINER daidekun "dekun.dai@quantgroup.cn" ...@@ -4,7 +4,10 @@ MAINTAINER daidekun "dekun.dai@quantgroup.cn"
WORKDIR /home/quant_group WORKDIR /home/quant_group
RUN yum -y update RUN yum -y update
RUN yum -y install epel-release python-pip;
RUN yum install -y \
epel-release \
python-pip \
COPY requirements.txt . COPY requirements.txt .
RUN pip install -r 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