MuseV / scripts /gradio /entrypoint.sh
jmanhype
Update Dockerfile to fix git config permissions
b33e736
raw
history blame
460 Bytes
#!/bin/bash
echo "entrypoint.sh"
whoami
which python
# Set up Python path
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
# Activate conda environment
source /opt/conda/etc/profile.d/conda.sh
conda activate musev
# Print Python version and location
which python
python --version
# Run the app
python app_gradio_space.py