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)
This commit is contained in:
jotpalch
2024-08-28 17:07:15 +08:00
committed by GitHub
parent 5fde666c43
commit 993688ac91

View File

@@ -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