Skip to content

Build on Linux Docker

Install Docker

Install Docker following the instructions.

https://docs.docker.com/engine/install/ubuntu/

Clone Libuipc

Clone the repository with the following command:

git clone https://github.com/spiriMirror/libuipc.git

Install Image

cd libuipc
docker build -t pub/libuipc:dev -f artifacts/docker/dev.dockerfile .

Run Image

docker run -it --rm --gpus all pub/libuipc:dev

Check Installation

You can run the uipc_info.py to check if the Pyuipc is installed correctly.

cd libuipc/python
python uipc_info.py

More samples are at Pyuipc Samples.