After the most recent sync, I'm seeing the following warning when running any docker-compose command:
▶ docker-compose /usr/lib/python3.9/site-packages/numpy/ma/core.py:4466: SyntaxWarning: "is" with a literal. Did you mean "=="? if self.shape is ():
Note that this doesn't seem to impact the execution of the command, but it is slightly annoying to see the warning every time.