/grpc-fpga-trt-docker

Docker configuration for a gRPC TensorRT server on FPGAs

Primary LanguageDockerfile

grpc-trt-fpga

https://www.xilinx.com/products/boards-and-kits/alveo/u250.html#gettingStarted

  1. Download the Xilinx Runtime (XRT) RPM and put it in this directory.
  2. Download the Vitis Design Environment and install on the host. (This is an interactive install, unfortunately).
  3. As root, bind mount the Vitis /xilinx directory into this directory (e.g. mount -o bind /xilinx xilinx)

Ensure that the .dockerignore file is present.

export DOCKER_BUILDKIT=1 
docker build -t grpc-trt-fpga .

Run server:

./docker_run.sh grpc-trt-fpga