Langflow / Dockerfile
IvanAmador's picture
Update Dockerfile
2a99925 verified
raw
history blame
144 Bytes
ROM langflowai/langflow:latest
# Instale as dependências adicionais
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt