CrazyFlie Setting Up
AI Deck
Environment setup
Ubuntu 22.04
Set up KVM
Follow the instructions here to set up KVM

Install Docker
Follow the instructions here
If there is error about "docker-desktop : Depends: docker-ce-cli but it is not installable", follow solutions here
Launch Docker
systemctl --user start docker-desktop
hello world should be able to run
docker run hello-world
sudo apt install libtool pkg-config autoconf automake texinfo
Last updated
Was this helpful?