Anthias icon indicating copy to clipboard operation
Anthias copied to clipboard

Convert `bin/upgrade_containers.sh` to a Python script.

Open nicomiguelino opened this issue 8 months ago • 0 comments

Overview

  • Converting the script to Python can make it more robust.
  • We can leverage the use of Python libraries.

Caveats

  • When using third-party Python libraries in the script, we must make sure that it's run via the python executable from a virtual environment.

nicomiguelino avatar Jun 07 '24 18:06 nicomiguelino