File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Translation/docker_compose/amd/gpu/rocm Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ export HUGGINGFACEHUB_API_TOKEN='your_huggingfacehub_token'
161161Go 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
167167The example uses the Nano text editor. You can use any convenient text editor :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments