From 740d7f5b516a0f11adbe6a3398516df78a6d6fe6 Mon Sep 17 00:00:00 2001 From: nsxshota Date: Thu, 30 Nov 2023 16:54:12 +0900 Subject: [PATCH] =?UTF-8?q?Dockerfile=E7=AD=89=E3=82=92v0.5.6=E3=81=AE?= =?UTF-8?q?=E3=82=82=E3=81=AE=E3=81=A8=E4=B8=80=E7=B7=92=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- poetry.lock | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c44426c64..346348c0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ WORKDIR $HOME/app COPY --chown=user . $HOME/app RUN pip install langflow>==0.5.0 -U --user -CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--port", "7860"] \ No newline at end of file +CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--port", "7860"] diff --git a/poetry.lock b/poetry.lock index d5a555874..68e6c22bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -8927,4 +8927,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "27f6f86ca62ee5cfdae333daae4f043a745ed2fff0d958a201b514fac36068d4" \ No newline at end of file +content-hash = "27f6f86ca62ee5cfdae333daae4f043a745ed2fff0d958a201b514fac36068d4" diff --git a/pyproject.toml b/pyproject.toml index ef7bd9872..3481d3ef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,4 +148,4 @@ line-length = 120 [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"