MuseTalk / entrypoint.sh
czk32611's picture
Create entrypoint.sh (#2)
3d68748 verified
#!/bin/bash
echo "entrypoint.sh"
whoami
which python
echo "pythonpath" $PYTHONPATH
source /opt/conda/etc/profile.d/conda.sh
conda activate musev
which python
python app.py