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