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