MuseVme / entrypoint.sh
anchor
Update entrypoint.sh
b56256d verified
raw
history blame
456 Bytes
#!/bin/bash
export PYTHONPATH=/root/MuseV:/root/MuseV/MMCM:/root/MuseV/diffusers/src:/root/MuseV/controlnet_aux/src
echo "pythonpath" $PYTHONPATH
chmod 777 -R /root/MuseV
# Print the contents of the diffusers/src directory
echo "Contents of /root/MuseV/diffusers/src:"
ls -l /root/MuseV/diffusers/src
ls -l /root/MuseV/MMCM
ls -l /root/MuseV
ls -l /root/MuseV/controlnet_aux/src
source /opt/conda/etc/profile.d/conda.sh
conda activate musev
python app.py