mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-24 07:38:14 +00:00
feat: remove langchain from code and change to CrewStructuredTool and update Dockerilf CodeInterpreter
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
FROM python:3.11-slim
|
||||
FROM python:3.12-alpine
|
||||
|
||||
# Install common utilities
|
||||
RUN apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
curl \
|
||||
wget \
|
||||
software-properties-common
|
||||
|
||||
# Clean up
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
RUN pip install requests beautifulsoup4
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /workspace
|
||||
|
||||
Reference in New Issue
Block a user