Skip to content

Commit 18db0ac

Browse files
authored
Merge pull request #779 from backend-developers-ltd/SN1-gpu-container-only-local
Make gpu container to be accessible only locally
2 parents 3add9f2 + e6a0eb5 commit 18db0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu_container/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
gpu-app:
33
build: .
44
ports:
5-
- "8000:8000"
5+
- "127.0.0.1:8000:8000"
66
environment:
77
- MODEL_ID=WhereIsAI/UAE-Large-V1
88
- VLLM_MODEL_ID=mrfakename/mistral-small-3.1-24b-instruct-2503-hf

0 commit comments

Comments
 (0)