Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
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
|