Create a new project folder with this layout so the Dockerfile and compose file have a clean, minimal build context.
model-api/
├── app.py
├── requirements.txt
├── Dockerfile
└── docker-compose.ymlStep 1: Set up the project structure
Run in your environment
Expected output
$ ls model-api
app.py Dockerfile docker-compose.yml requirements.txt