diff --git a/Dockerfile.langflow b/Dockerfile.langflow index f8f57f5c..6d868f14 100644 --- a/Dockerfile.langflow +++ b/Dockerfile.langflow @@ -7,7 +7,7 @@ ENV RUSTFLAGS="--cfg reqwest_unstable" # Accept build arguments for git repository and branch ARG GIT_REPO=https://github.com/langflow-ai/langflow.git -ARG GIT_BRANCH=main +ARG GIT_BRANCH=load_flows_autologin_false WORKDIR /app diff --git a/docker-compose.yml b/docker-compose.yml index bd81e0ab..67021202 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -72,7 +72,7 @@ services: volumes: - ./documents:/app/documents:Z - ./keys:/app/keys:Z - - ./flows:/app/flows:Z + - ./flows:/app/flows:z gpus: all openrag-frontend: @@ -90,7 +90,7 @@ services: langflow: volumes: - - ./flows:/app/flows:Z + - ./flows:/app/flows:z image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest} container_name: langflow ports: diff --git a/pyproject.toml b/pyproject.toml index ea096d62..cc4db78a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openrag" -version = "0.1.12" +version = "0.1.13" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 7a6a6fbc..c64e6db4 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.13" resolution-markers = [ "sys_platform == 'darwin'", @@ -2282,7 +2282,7 @@ wheels = [ [[package]] name = "openrag" -version = "0.1.11" +version = "0.1.13" source = { editable = "." } dependencies = [ { name = "agentd" },