Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(agents-api): Install gcc/g++ and other dependencies (#692)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add system dependencies in `Dockerfile` and `Dockerfile.worker` to support building Python packages with native extensions. > > - **Dependencies**: > - Install `gcc`, `g++`, and development libraries in `Dockerfile` and `Dockerfile.worker` to support building Python packages with native extensions. > - Libraries include `libssl-dev`, `libffi-dev`, `libbz2-dev`, among others. > - **Dockerfiles**: > - Update `Dockerfile` and `Dockerfile.worker` to include new dependencies. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=julep-ai%2Fjulep&utm_source=github&utm_medium=referral)<sup> for 4007541. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> --------- Co-authored-by: vedantsahai18 <[email protected]>
- Loading branch information