Langflow / Dockerfile
IvanAmador's picture
Update Dockerfile
11d5583 verified
raw
history blame contribute delete
145 Bytes
FROM langflowai/langflow:latest
# Instale as dependências adicionais
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt