“0d8b37ce48bcb3cca2f5cb2d313908220e48a01d”上不存在“develop/doc/howto/optimization/cpu_profiling_en.html”
提交 0fe79cd6 编写于 作者: X xiongxinlei

add ubuntu cpu dockerfile, test=doc

上级 bb8c999f
FROM registry.baidubce.com/paddlepaddle/paddle:2.2.2
LABEL maintainer="paddlesl@baidu.com"
RUN git clone https://github.com/PaddlePaddle/PaddleSpeech.git /home/PaddleSpeech
RUN pip3 uninstall mccabe -y; exit 0;
RUN pip3 install multiprocess==0.70.12
RUN pip3 install importlib-metadata==4.2.0
RUN cd /home/PaddleSpeech/audio
RUN python setup.py bdist_wheel
RUN pip install dist/*.whl
RUN cd /home/PaddleSpeech
RUN python setup.py bdist_wheel
RUN pip install dist/*.whl
WORKDIR /home/PaddleSpeech/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册