Skip to content

Commit

Permalink
Update guardrail dokcer file path (opea-project#531)
Browse files Browse the repository at this point in the history
Signed-off-by: lvliang-intel <[email protected]>
  • Loading branch information
lvliang-intel authored Aug 6, 2024
1 parent 3913c7b commit 06c4484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChatQnA/docker/gaudi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ To fortify AI initiatives in production, Guardrails microservice can secure mode

```bash
cd GenAIExamples/ChatQnA/docker
docker build -t opea/guardrails-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/guardrails/langchain/docker/Dockerfile .
docker build -t opea/guardrails-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/guardrails/llama_guard/docker/Dockerfile .
cd ../../..
```

Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_chatqna_guardrails_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function build_docker_images() {
docker build -t opea/reranking-tei:latest -f comps/reranks/tei/docker/Dockerfile .
docker build -t opea/llm-tgi:latest -f comps/llms/text-generation/tgi/Dockerfile .
docker build -t opea/dataprep-redis:latest -f comps/dataprep/redis/langchain/docker/Dockerfile .
docker build -t opea/guardrails-tgi:latest -f comps/guardrails/langchain/docker/Dockerfile .
docker build -t opea/guardrails-tgi:latest -f comps/guardrails/llama_guard/docker/Dockerfile .

# cd ..
# git clone https://github.com/huggingface/tei-gaudi
Expand Down

0 comments on commit 06c4484

Please sign in to comment.