xelorr/crewai

By xelorr

Updated 12 months ago

crewai with tools and langchain

Image
0

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 Command

docker pull xelorr/crewai