If you do not have yay
installed, then follow these steps to install it first
yay
yay -S docker docker-compose
If you do not have yay
installed, then follow these steps to install it first
yay
yay -S docker docker-compose
#!/bin/bash | |
# Remove existing docker installations | |
echo "Removing existing docker ..." | |
for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done | |
# Add Docker's official GPG key: | |
sudo apt-get update | |
sudo apt-get install -y ca-certificates curl gnupg | |
sudo install -m 0755 -d /etc/apt/keyrings |
An ML model for Natural Language Processing (NLP), developed in 2018 by folks at Google AI Language.