“5ec72b143a0dc597ed9a19f6b3a134b9a70250db”上不存在“doc_cn/design/selected_rows.html”
提交 e1ae269e 编写于 作者: M MRXLT

fix devel dockerfile

上级 45e8b914
...@@ -43,5 +43,5 @@ RUN yum -y install wget && \ ...@@ -43,5 +43,5 @@ RUN yum -y install wget && \
source /root/.bashrc && \ source /root/.bashrc && \
cd .. && rm -rf Python-3.6.8* && \ cd .. && rm -rf Python-3.6.8* && \
pip3 install google protobuf setuptools wheel flask numpy==1.16.4 && \ pip3 install google protobuf setuptools wheel flask numpy==1.16.4 && \
yum -y install epel-release && yum -y install patchelf && \ yum -y install epel-release && yum -y install patchelf libXext libSM libXrender && \
yum clean all yum clean all
...@@ -43,5 +43,5 @@ RUN yum -y install wget && \ ...@@ -43,5 +43,5 @@ RUN yum -y install wget && \
source /root/.bashrc && \ source /root/.bashrc && \
cd .. && rm -rf Python-3.6.8* && \ cd .. && rm -rf Python-3.6.8* && \
pip3 install google protobuf setuptools wheel flask numpy==1.16.4 && \ pip3 install google protobuf setuptools wheel flask numpy==1.16.4 && \
yum -y install epel-release && yum -y install patchelf && \ yum -y install epel-release && yum -y install patchelf libXext libSM libXrender && \
yum clean all yum clean all
...@@ -20,5 +20,5 @@ RUN yum -y install wget >/dev/null \ ...@@ -20,5 +20,5 @@ RUN yum -y install wget >/dev/null \
&& rm get-pip.py \ && rm get-pip.py \
&& yum install -y python3 python3-devel \ && yum install -y python3 python3-devel \
&& pip3 install google protobuf setuptools wheel flask \ && pip3 install google protobuf setuptools wheel flask \
&& yum -y install epel-release && yum -y install patchelf \ && yum -y install epel-release && yum -y install patchelf libXext libSM libXrender\
&& yum clean all && yum clean all
...@@ -21,5 +21,5 @@ RUN yum -y install wget >/dev/null \ ...@@ -21,5 +21,5 @@ RUN yum -y install wget >/dev/null \
&& rm get-pip.py \ && rm get-pip.py \
&& yum install -y python3 python3-devel \ && yum install -y python3 python3-devel \
&& pip3 install google protobuf setuptools wheel flask \ && pip3 install google protobuf setuptools wheel flask \
&& yum -y install epel-release && yum -y install patchelf \ && yum -y install epel-release && yum -y install patchelf libXext libSM libXrender\
&& yum clean all && yum clean all
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册