Containerization with Docker¶
A simple Dockerfile
is included in the repository. It installs uv, sets up the environment, and runs foo.py
when executed.
The Docker image can be built with:
It can then be run in the background with:
Alternatively, run it in interactive mode with: