未验证 提交 7ef61789 编写于 作者: A Allen Guo 提交者: GitHub

[IPU] update dockerfile (#40061)

* update dockerfile for ipu

* update comments, test=document_fix
上级 1980e33a
# A image for building paddle binaries
# docker build -f Dockerfile.ipu -t paddlepaddle/paddle:latest-ipu-dev .
# /usr/bin/docker run --ulimit memlock=-1:-1 --net=host --cap-add=IPC_LOCK \
# --device=/dev/infiniband/ --ipc=host --name paddle-with-dev -v $PWD:/paddle \
# -it paddlepaddle/paddle:latest-ipu-dev /bin/bash
# build docker image
# docker build -t paddlepaddle/paddle:ipu-dev-2.3.0 -f tools/dockerfile/Dockerfile.ipu .
FROM graphcore/poplar:latest
# run a container
# docker run --ulimit memlock=-1:-1 --net=host --cap-add=IPC_LOCK --device=/dev/infiniband/ --ipc=host --rm -it paddlepaddle/paddle:ipu-dev-2.3.0 bash
FROM graphcore/poplar:2.3.0
MAINTAINER PaddlePaddle Authors <paddle-dev@baidu.com>
# ENV variables
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册