https://github.com/samhaswon/onnxruntime-python-alpine
A dockerfile supporting onnxruntime with Python bindings on Alpine Linux
https://github.com/samhaswon/onnxruntime-python-alpine
Last synced: 4 months ago
JSON representation
A dockerfile supporting onnxruntime with Python bindings on Alpine Linux
- Host: GitHub
- URL: https://github.com/samhaswon/onnxruntime-python-alpine
- Owner: samhaswon
- License: mit
- Created: 2024-05-07T03:31:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-13T19:30:27.000Z (9 months ago)
- Last Synced: 2025-10-09T06:26:29.178Z (8 months ago)
- Language: Dockerfile
- Size: 4.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# onnxruntime-python-alpine
A dockerfile supporting onnxruntime with Python bindings on Alpine Linux
## Usage
```shell
docker pull samhaswon/onnxruntime-python-alpine:latest
```
```shell
docker pull samhaswon/onnxruntime-python-alpine:v1.17.3
```
## Notes:
- This could break with upstream changes. I might pin commits for the dependencies of this.
- It's going to take a while to build. The only way I could get onnxruntime to compile was to not parallelize it. Weird, but it works.
- I'm not sure exactly how long it would take to build due to caching, but my estimate would be roughly 2 hours starting fresh.
- If you intend on using this, I would recommend using the prebuilt image unless onnxruntime is out of date for you.