#!/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:" source /opt/conda/etc/profile.d/conda.sh conda activate musev which python python app.py