Files
ViGent/models/MuseTalk/entrypoint.sh
2026-01-16 16:27:30 +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