File size: 99 Bytes
bcdc2bd
44a1c49
ace55e3
 
1
2
3
4
FROM python:3.10
RUN pip install flask requests 'crewai[litellm]'
COPY . .
CMD ["python", "app.py"]