assafelovic / gpt-researcher

LLM based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
Apache License 2.0
14.25k stars 1.86k forks source link

resolve the issue with the make command not being found when loading docker container #554

Closed ElishaKay closed 4 months ago

ElishaKay commented 4 months ago

In this updated Dockerfile, the build-essential package is installed, which includes make and other necessary tools for building C/C++ libraries.

After merging, docker-compose up --build should work as expected again. This should resolve the issue with the make command not being found