File size: 145 Bytes
11d5583
2a99925
 
 
 
1
2
3
4
5
FROM langflowai/langflow:latest

# Instale as dependências adicionais
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt