An open API service indexing awesome lists of open source software.

https://github.com/idein/docker-jetson-onnx


https://github.com/idein/docker-jetson-onnx

docker dockerfile dockerfiles jetson onnx

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Docker image for jetson platform to use onnx python package.
C++ implemented version (not Python) of protobuf package is used in this image.

# build example

```
docker build . --build-arg L4T_BASE_VERSION=r32.5.0 -t idein/jetson-onnx:r32.5.0
```