📦 chore(Dockerfile): update langflow package version to 0.5.0 for both Dockerfiles
The langflow package version was updated from 0.0.86 to 0.5.0 in order to use the latest features and improvements.
This commit is contained in:
parent
4a3f44bc18
commit
36965ce574
2 changed files with 2 additions and 2 deletions
|
|
@ -11,5 +11,5 @@ WORKDIR $HOME/app
|
|||
|
||||
COPY --chown=user . $HOME/app
|
||||
|
||||
RUN pip install langflow>==0.0.86 -U --user
|
||||
RUN pip install langflow>==0.5.0 -U --user
|
||||
CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--port", "7860"]
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ WORKDIR $HOME/app
|
|||
|
||||
COPY --chown=user . $HOME/app
|
||||
|
||||
RUN pip install langflow>==0.0.86 -U --user
|
||||
RUN pip install langflow>==0.5.0 -U --user
|
||||
CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--port", "7860"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue