Spaces:
Runtime error
Runtime error
FROM langflowai/langflow:latest | |
# Instale as dependências adicionais | |
COPY requirements.txt . | |
RUN pip install --no-cache-dir -r requirements.txt |