feat: add requirements, Dockerfile and docker-compose

This commit is contained in:
Vertex-AI-Step-Builder
2025-12-31 15:30:00 +00:00
parent fa419ccac4
commit 912b027864
3 changed files with 24 additions and 2 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.8'
services:
llmproxy:
build: .
ports:
- "8000:8000"
volumes:
- .:/app
restart: unless-stopped