Commit 508adde
committed
Switch Docker base from Alpine to Slim for arm64 onnxruntime compatibility
Alpine uses musl libc but onnxruntime-node on arm64 requires glibc
(ld-linux-aarch64.so.1). node:24-slim (Debian) includes glibc natively.1 parent f24e02d commit 508adde
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments