vndee / llm-sandbox

Lightweight and portable LLM sandbox runtime (code interpreter) Python library.
https://blog.duy.dev/the-easiest-way-to-add-code-interpreter-into-your-llm-apps/
MIT License
68 stars 10 forks source link

Fixed Windows Docker Code File Not found Issue #2

Closed DSri01 closed 1 month ago

DSri01 commented 1 month ago

When running the package on Windows 11 + Docker Desktop, an error: code_file not found was experienced.

Used tempfile python package to create the temporary file to store the code before copying it to the Docker Image

vndee commented 1 month ago

Hi @DSri01, Thanks for your contribution!