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
- Host: GitHub
- URL: https://github.com/idein/docker-jetson-onnx
- Owner: Idein
- Created: 2021-07-30T10:51:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T03:05:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T20:30:46.961Z (over 1 year ago)
- Topics: docker, dockerfile, dockerfiles, jetson, onnx
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/idein/jetson-onnx
- Size: 1000 Bytes
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```