https://docs.docker.com/engine/install/
https://docs.docker.com/compose/install/
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
git clone https://github.com/ufrj-nautilus/auv_ws.git
cd auv_ws && ./install.sh
cd <your_workspace>/src/auv_ws
xhost +local:docker
docker-compose up -d; docker attach auv_ws
deploy:
resources:
reservations:
devices:
- driver: nvidia
capabilities: [gpu]
echo "docker-compose.yml" >> .gitignore