📦 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:
Gabriel Luiz Freitas Almeida 2023-11-06 14:23:30 -03:00
commit 36965ce574
2 changed files with 2 additions and 2 deletions

View file

@ -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"]

View file

@ -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"]