# Update pip requirements

Vibe coded script to load a requirements.txt file into a docker container based on the parent image in Dockerfile, and update the sub dependencies.

Requires requirements.txt to have at least two sections, denoted by the comments "# top level dependencies" and "# sub dependencies".

Drop the update-requirements.sh script into the project root and execute it.
Ensure you have access to the AWS ECR repo and the pypi server.
