This commit is contained in:
pulipakaa24
2025-11-14 15:53:55 -06:00
parent 537d207a56
commit 75bd422cfc
5 changed files with 1386 additions and 0 deletions

7
part3/docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
version: '3.8' # or a newer version like '3.9'
services:
inference_server:
image: adipu24/project02:latest # Replace with your image name and tag
ports:
- "5000:5000" # Maps host port 5000 to container port 5000