MuseVDemo / entrypoint.sh
anchor
Update entrypoint.sh
0a816f5 verified
raw
history blame
510 Bytes
#!/bin/bash
echo "entrypoint.sh"
whoami
which python
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
which python
python app.py