From 36965ce574c4305f3f4ae8c96518f928c8694165 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 6 Nov 2023 14:23:30 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore(Dockerfile):=20update=20la?= =?UTF-8?q?ngflow=20package=20version=20to=200.5.0=20for=20both=20Dockerfi?= =?UTF-8?q?les?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The langflow package version was updated from 0.0.86 to 0.5.0 in order to use the latest features and improvements. --- Dockerfile | 2 +- docker_example/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 520c407de..346348c0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/docker_example/Dockerfile b/docker_example/Dockerfile index 520c407de..346348c0a 100644 --- a/docker_example/Dockerfile +++ b/docker_example/Dockerfile @@ -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"]