Antony Repin

Results 14 comments of Antony Repin

> `pip install wheel` `pip install playsound` this fixed the issue for me Worked for me after hours of pain! ``` RUN python3 -m pip install --upgrade pip && \...

I support. The lack of LiteLLM support is a big minus.

Thanks for the prompt reply, @ARajgor! Preparing another commit with hotfixes. I knew you'd ask ) All containers that use CUDA are large because CUDA is large. I coded from...

I'm not sure if this is related to this specific PR. Original `sample.config.toml` must exist. Check if working directory contains it in container

- Removes _bun_ lock file - Fixes missing _playwright_ browser error on task completion

@ARajgor docker-compose build should run smoothly now

`yarn.lock` must be present in repo for various reasons: [https://classic.yarnpkg.com/lang/en/docs/yarn-lock/#toc-check-into-source-control](https://classic.yarnpkg.com/lang/en/docs/yarn-lock/#toc-check-into-source-control) [https://classic.yarnpkg.com/blog/2016/11/24/lockfiles-for-all/](https://classic.yarnpkg.com/blog/2016/11/24/lockfiles-for-all/) [should-i-commit-the-yarn-lock-file-and-what-is-it-for](https://stackoverflow.com/questions/39990017/should-i-commit-the-yarn-lock-file-and-what-is-it-for)

@nalaso, the reasoning is mentioned in the PR description: "Replace UI package manager with Yarn, which does not require additional installation" I don't care about specific PM. Feel free to...

No problem about Bun. This is based on my project, which uses Yarn as a package manager. Feel free to replace it with Bun or anything. On Thu, May 2,...

Thank you, @rbren ! The major goal is to make an environment consistent for developers and simple for end users at the same time. ## Users features: **Simple straightforward run...