Skip to content

Commit 77e3950

Browse files
committed
minor fixes
Signed-off-by: Artem Astafev <[email protected]>
1 parent 5168304 commit 77e3950

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Translation/docker_compose/amd/gpu/rocm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export HUGGINGFACEHUB_API_TOKEN='your_huggingfacehub_token'
161161
Go to Docker Compose directory:
162162

163163
```bash
164-
cd ~/codegen-install/GenAIExamples/Translation/docker_compose/amd/gpu/rocm
164+
cd ~/translation-install/GenAIExamples/Translation/docker_compose/amd/gpu/rocm
165165
```
166166

167167
The example uses the Nano text editor. You can use any convenient text editor:

Translation/docker_compose/amd/gpu/rocm/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
ipc: host
8585
restart: always
8686
translation-nginx-server:
87-
image: ${REGISTRY:-opea}/nginx:${TAG:-1.1}
87+
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
8888
container_name: translation-nginx-server
8989
depends_on:
9090
- translation-backend-server

Translation/docker_compose/amd/gpu/rocm/compose_vllm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
ipc: host
8585
restart: always
8686
translation-nginx-server:
87-
image: ${REGISTRY:-opea}/nginx:${TAG:-1.1}
87+
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
8888
container_name: translation-nginx-server
8989
depends_on:
9090
- translation-backend-server

0 commit comments

Comments
 (0)