Spaces:
Runtime error
Runtime error
File size: 508 Bytes
602783e 0a816f5 cd0afef 5280d95 cd0afef d74e2d0 5280d95 d74e2d0 602783e 0a816f5 f2181d4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#!/bin/bash
echo "entrypoint.sh"
whoami
which python
export PYTHONPATH=${PYTHONPATH}:/home/user/app/MuseV:/home/user/app/MuseV/MMCM:/home/user/app/MuseV/diffusers/src:/home/user/app/MuseV/controlnet_aux/src
echo "pythonpath" $PYTHONPATH
# chmod 777 -R /home/user/app/MuseV
# Print the contents of the diffusers/src directory
# echo "Contents of /home/user/app/MuseV/diffusers/src:"
# Load ~/.bashrc
# source ~/.bashrc
source /opt/conda/etc/profile.d/conda.sh
conda activate musev
which python
python app.py |