GabrielLogspace
commited on
Commit
·
559fdf4
1
Parent(s):
a360a30
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,5 +2,5 @@ FROM python:3.10-slim
|
|
2 |
|
3 |
RUN apt-get update && apt-get install gcc git make -y
|
4 |
|
5 |
-
RUN pip install langflow>=0.0.
|
6 |
CMD ["langflow", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
2 |
|
3 |
RUN apt-get update && apt-get install gcc git make -y
|
4 |
|
5 |
+
RUN pip install langflow>=0.0.46 -U
|
6 |
CMD ["langflow", "--host", "0.0.0.0", "--port", "7860"]
|