GabrielLogspace commited on
Commit
a360a30
1 Parent(s): f47fcf6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.45
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.45 -U
6
  CMD ["langflow", "--host", "0.0.0.0", "--port", "7860"]