Skip to content

Docker configuration for a gRPC TensorRT server on FPGAs

Notifications You must be signed in to change notification settings

FPGA4HEP/grpc-fpga-trt-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker configuration for a gRPC TensorRT server on FPGAs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 76.3%
  • Shell 23.7%