Skip to content

Commit

Permalink
fix: Resolve port conflict in llava-tgi-service (opea-project#665)
Browse files Browse the repository at this point in the history
- Changed the external port of llava-tgi-service from 9399 to 8399
- This resolves the port conflict with the lvm-tgi service
- Internal port mapping remains unchanged (80)
  • Loading branch information
jotpalch authored Aug 28, 2024
1 parent 5fde666 commit 993688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisualQnA/docker/xeon/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: ghcr.io/huggingface/text-generation-inference:sha-e4201f4-intel-cpu
container_name: tgi-llava-xeon-server
ports:
- "9399:80"
- "8399:80"
volumes:
- "./data:/data"
shm_size: 1g
Expand Down

0 comments on commit 993688a

Please sign in to comment.