Files
MuseTalk/entrypoint.sh
2024-04-16 09:57:12 +08:00

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