Back
xelorr/crewai
By xelorr
crewai with tools and langchain
72
Built with:
FROM python:3.11-slim WORKDIR /app RUN pip install --no-cache-dir crewai[tools] langchain
I use it as devcontainer
docker pull xelorr/crewai