AIN-Arabic-VLM / setup_amazon.sh
ahmedheakl's picture
Upload folder using huggingface_hub
34a1cb8 verified
raw
history blame
203 Bytes
sudo apt update
sudo apt install python3-pip -y
sudo apt install python3-venv -y
python3 -m venv venv
. venv/bin/activate
sudo apt install nginx -y
sudo systemctl start nginx
sudo systemctl enable nginx