mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-15 11:08:33 +00:00
7 lines
114 B
Docker
7 lines
114 B
Docker
FROM python:3.12-alpine
|
|
|
|
RUN pip install requests beautifulsoup4
|
|
|
|
# Set the working directory
|
|
WORKDIR /workspace
|