read more about running docker rootless
source ./scripts/build_scripts.sh
build_packages
dcu
docker-compose up --build -d --force-recreate --remove-orphans
- run as individual containers
- run everything using compose
- add packaging (used poetry)
- add two stage build
- create an RPC version 2.0
- run asynchronously
package installs are considerably slower than
pip install -r requirements.txt
- inspired by pythonspeed
- added local distro build scripts
- removed poetry builds from dockerfile