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

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

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.