Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.05 KB

backend.ai-krunner-alpine

Backend.AI Kernel Runner Package for Alpine-based Kernels

Development & Updating

Please refer the README of krunner-static-gnu package.

Making a minimal Alpine-based image compatibile with this krunner package

Use Alpine 3.17 or later and install this list of packages.

Notes

musl DOES NOT support dynamic loading of 3rd-party libraries (i.e., Python binary modules) when the CPython interpreter is built statically.

So we keep the CPython interpreter as dynamic, using the standard build procedure taken from the Docker Hub's Python library.

As Alpine Linux is the only well-known musl-based Linux distribution, we keep our version compatibility of this package based on the musl's ABI compatibility, which is currently 1.2 in Alpine 3.17.