IvanAmador commited on
Commit
2a99925
·
verified ·
1 Parent(s): db606b1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -1 +1,5 @@
1
- FROM langflowai/langflow:latest
 
 
 
 
 
1
+ ROM langflowai/langflow:latest
2
+
3
+ # Instale as dependências adicionais
4
+ COPY requirements.txt .
5
+ RUN pip install --no-cache-dir -r requirements.txt