Final minimal strategy

This commit is contained in:
7355608
2026-07-03 22:20:29 +08:00
parent 21c8d7b5a2
commit 32f05448af
3 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
FROM alpine:latest
WORKDIR /workspace
ENTRYPOINT ["echo", "ready"]
ENTRYPOINT ["echo", "agent ready"]

View File

@@ -1 +0,0 @@
# P800 vLLM Agent

1
main.py Normal file
View File

@@ -0,0 +1 @@
print("Agent ready")