Skip to content

Commit 993688a

Browse files
authored
fix: Resolve port conflict in llava-tgi-service (#665)
- 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)
1 parent 5fde666 commit 993688a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VisualQnA/docker/xeon/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
image: ghcr.io/huggingface/text-generation-inference:sha-e4201f4-intel-cpu
77
container_name: tgi-llava-xeon-server
88
ports:
9-
- "9399:80"
9+
- "8399:80"
1010
volumes:
1111
- "./data:/data"
1212
shm_size: 1g

0 commit comments

Comments
 (0)