mirror of
https://github.com/TMElyralab/MuseTalk.git
synced 2026-02-04 17:39:20 +08:00
10 lines
143 B
Bash
10 lines
143 B
Bash
#!/bin/bash
|
|
|
|
echo "entrypoint.sh"
|
|
whoami
|
|
which python
|
|
source /opt/conda/etc/profile.d/conda.sh
|
|
conda activate musev
|
|
which python
|
|
python app.py
|