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 --recursive [email protected]:ufrj-nautilus/harpia_ws.git
cd harpia_ws
xhost +local:docker
docker-compose up -d; docker attach harpia_ws
git submodule update
deploy:
resources:
reservations:
devices:
- driver: nvidia
capabilities: [gpu]
echo "docker-compose.yml" >> .gitignore