Files
ViGent2/models/MuseTalk/entrypoint.sh
Kevin Wong 0e3502c6f0 更新
2026-02-27 16:11:34 +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