File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,9 @@ docker build -t opea/translation-ui:latest --build-arg https_proxy=$https_proxy
38
38
39
39
Then run the command ` docker images ` , you will have the following four Docker Images:
40
40
41
- 1 . ` ghcr.io/huggingface/tgi-gaudi:2.0.1 `
42
- 2 . ` opea/gen-ai-comps:llm-tgi-gaudi-server `
43
- 3 . ` opea/gen-ai-comps:translation-megaservice-server `
44
- 4 . ` opea/gen-ai-comps:translation-ui-server `
41
+ 1 . ` opea/llm-tgi:latest `
42
+ 2 . ` opea/translation:latest `
43
+ 3 . ` opea/translation-ui:latest `
45
44
46
45
## 🚀 Start Microservices
47
46
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ docker build -t opea/translation-ui:latest --build-arg https_proxy=$https_proxy
46
46
47
47
Then run the command ` docker images ` , you will have the following Docker Images:
48
48
49
- 1 . ` opea/gen-ai-comps: llm-tgi-server `
50
- 2 . ` opea/gen-ai-comps: translation-megaservice-server `
51
- 3 . ` opea/gen-ai-comps: translation-ui-server `
49
+ 1 . ` opea/llm-tgi:latest `
50
+ 2 . ` opea/translation:latest `
51
+ 3 . ` opea/translation-ui:latest `
52
52
53
53
## 🚀 Start Microservices
54
54
You can’t perform that action at this time.
0 commit comments