mistral.rs icon indicating copy to clipboard operation
mistral.rs copied to clipboard

Fix docker images

Open LLukas22 opened this issue 9 months ago • 1 comments

Fixes #247

Since we now depend on pyo3 in core we need to include libpython in our runtime container.

Maybe we could put this pyo3 dependency behind a feature flag in the future, as it is currently necessary to have libpython available to compile/run the project even if mistralrs-pyo3 is excluded from the compilation.

LLukas22 avatar Apr 29 '24 12:04 LLukas22

Code Metrics Report
  ───────────────────────────────────────────────────────────────────────────────
Language                 Files     Lines   Blanks  Comments     Code Complexity
───────────────────────────────────────────────────────────────────────────────
Rust                        70     23589     1555       510    21524       1309
───────────────────────────────────────────────────────────────────────────────
Total                       70     23589     1555       510    21524       1309
───────────────────────────────────────────────────────────────────────────────
Estimated Cost to Develop 77,898
Estimated Schedule Effort 11.864694 months
Estimated People Required 5.076026
───────────────────────────────────────────────────────────────────────────────
Processed 779680 bytes, 0.780 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────
  

github-actions[bot] avatar Apr 29 '24 12:04 github-actions[bot]