Dockerfile 232 字节
Newer Older
Y
Yu Yang 已提交
1 2 3
FROM paddledev/paddle:cpu-devel-latest
COPY build.sh /
RUN pip install sphinx &&\
4
    pip install sphinx_rtd_theme &&\
Y
Yu Yang 已提交
5 6 7
    apt install -y doxygen graphviz &&\
    pip install breathe recommonmark numpy protobuf==2.6.1
CMD /build.sh