Spaces:
Runtime error
Runtime error
File size: 510 Bytes
602783e 0a816f5 c84d9b6 602783e b56256d 5280d95 cc141ff 5280d95 602783e 0a816f5 602783e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
#!/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 |