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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user