From 4fd1377174af857f4ef3036e8d2717cbe1e6346a Mon Sep 17 00:00:00 2001 From: alex-stoica Date: Mon, 17 Jun 2024 18:36:44 +0300 Subject: [PATCH] Renamed custom-components to custom_components --- README.md | 2 +- docker/docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f899f93..bccd725 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ $ docker buildx bake There are 2 special folders in the container you can override using a `mount`: 1. A folder `/opt/pipelines` containing pipeline definitions that will be automatically deployed when the container starts -2. A folder `/opt/custom-components` containing custom components that Haystack will be able to import if part of a pipeline +2. A folder `/opt/custom_components` containing custom components that Haystack will be able to import if part of a pipeline For example, you can mount a local `./pipelines` folder containing pipelines you want to run at start-up like this: diff --git a/docker/docker-bake.hcl b/docker/docker-bake.hcl index ef835c9..3ba26a6 100644 --- a/docker/docker-bake.hcl +++ b/docker/docker-bake.hcl @@ -15,7 +15,7 @@ variable "PIPELINES_DIR" { } variable "ADDITIONAL_PYTHON_PATH" { - default = "/opt/custom-components" + default = "/opt/custom_components" } target "default" {