File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
.github/workflows/docker/compose Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ services:
6
6
build :
7
7
dockerfile : comps/guardrails/pii_detection/Dockerfile
8
8
image : ${REGISTRY:-opea}/guardrails-pii-detection:${TAG:-latest}
9
+ guardrails-bias-detection :
10
+ build :
11
+ dockerfile : comps/guardrails/bias_detection/Dockerfile
12
+ image : ${REGISTRY:-opea}/guardrails-bias-detection:${TAG:-latest}
9
13
guardrails-toxicity-detection :
10
14
build :
11
15
dockerfile : comps/guardrails/toxicity_detection/Dockerfile
Original file line number Diff line number Diff line change @@ -12,5 +12,10 @@ services:
12
12
13
13
guardrails-bias-detection :
14
14
build :
15
- dockerfile : comps/guardrails/llama_guard/langchain /Dockerfile
15
+ dockerfile : comps/guardrails/bias_detection /Dockerfile
16
16
image : ${REGISTRY:-opea}/guardrails-bias-detection:${TAG:-latest}
17
+
18
+ guardrails-toxicity-detection :
19
+ build :
20
+ dockerfile : comps/guardrails/toxicity_detection/Dockerfile
21
+ image : ${REGISTRY:-opea}/guardrails-toxicity-detection:${TAG:-latest}
You can’t perform that action at this time.
0 commit comments