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"