I started to remove Iptables (sudo apt remove iptables) and the package manager removed Docker and Nvidia-Docker in the process. All of the nvidia packages (sudo dpkg-query -l | grep nvidia) seem to be intact, however. Other than reflashing the Jetson Nano with the SD Card image for Je...
I also reproduced this on the python:3.8-slim-buster Docker image. I first created this script: $HOME/pip-issue-8701.sh: #!/bin/bash python -m pip install -U "pip @ https://github.com/pypa/pip/archive/master.zip" pip install black pip config set --site global.use-feature "2020-...