mirror of
https://github.com/open-webui/pipelines
synced 2025-05-13 17:10:45 +00:00
Update README.md
This commit is contained in:
parent
288282082b
commit
3719644c63
@ -56,7 +56,7 @@ If you need to install a custom pipeline with additional dependencies:
|
|||||||
- **Run the following command:**
|
- **Run the following command:**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -d -p 9099:9099 -e PIPELINES_PATH="https://github.com/open-webui/pipelines/blob/main/examples/filters/detoxify_filter_pipeline.py" -v pipelines:/app/pipelines --name pipelines --restart always ghcr.io/open-webui/pipelines:main
|
docker run -d -p 9099:9099 -e PIPELINES_URLS="https://github.com/open-webui/pipelines/blob/main/examples/filters/detoxify_filter_pipeline.py" -v pipelines:/app/pipelines --name pipelines --restart always ghcr.io/open-webui/pipelines:main
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can directly install pipelines from the admin settings by copying and pasting the pipeline URL, provided it doesn't have additional dependencies.
|
Alternatively, you can directly install pipelines from the admin settings by copying and pasting the pipeline URL, provided it doesn't have additional dependencies.
|
||||||
|
Loading…
Reference in New Issue
Block a user