Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Commit
•
20ec418
1
Parent(s):
e9c6e66
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ WORKDIR $HOME/app
|
|
17 |
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
-
RUN pip install langflow
|
21 |
|
22 |
|
23 |
CMD python -m langflow run --host 0.0.0.0 --port 7860 --remove-api-keys --log-level debug
|
|
|
17 |
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
+
RUN pip install langflow>=0.6.12 -U --user
|
21 |
|
22 |
|
23 |
CMD python -m langflow run --host 0.0.0.0 --port 7860 --remove-api-keys --log-level debug
|