requirements.txt
file should list all Python packages your handler needs:
Dockerfile
(no extension) in your project’s root directory:
[DOCKER_USERNAME]
with your Docker Hub username, [WORKER_NAME]
with a descriptive name for your worker, and v1.0.0
with an appropriate version tag.
--platform linux/amd64
flag is required to ensure compatibility with Runpod’s infrastructure.:latest
tag for production.[AWS_ACCOUNT_ID].dkr.ecr.[REGION].amazonaws.com/[REPOSITORY_NAME]:[TAG]