adding pip install in the script

This commit is contained in:
Darrel Pol 2024-09-10 23:05:05 -05:00
parent ebc5fcb58c
commit 2a425669fa

View file

@ -23,9 +23,14 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.MOONLITE_AWS_EC2_SSH_USER }}@${{ secrets.MOONLITE_AWS_EC2_SSH_HOST }} << 'EOF'
cd /home/ec2-user/apps/stable-diffusion-webui
git pull origin master
conda activate myenv
# Install missing Python packages
pip install insightface
# Navigate to the models folder and download required files
cd models
# Example: Downloading a model file (adjust the URL)