Skip to content

Commit 6617e22

Browse files
authored
Adding Bias Detection Container to CI (#695)
Signed-off-by: Abolfazl Shahbazi <[email protected]>
1 parent b4bf7f7 commit 6617e22

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/docker/compose/guardrails-compose-cd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ services:
66
build:
77
dockerfile: comps/guardrails/pii_detection/Dockerfile
88
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}
913
guardrails-toxicity-detection:
1014
build:
1115
dockerfile: comps/guardrails/toxicity_detection/Dockerfile

.github/workflows/docker/compose/guardrails-compose.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ services:
1212

1313
guardrails-bias-detection:
1414
build:
15-
dockerfile: comps/guardrails/llama_guard/langchain/Dockerfile
15+
dockerfile: comps/guardrails/bias_detection/Dockerfile
1616
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}

0 commit comments

Comments
 (0)