Minimal agent strategy
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM python:3.10-slim
|
||||
WORKDIR /workspace
|
||||
COPY main.py .
|
||||
ENTRYPOINT ["python", "main.py"]
|
||||
Reference in New Issue
Block a user