Add gradio

This commit is contained in:
czk32611
2024-04-16 09:57:12 +08:00
parent a8a028690a
commit 4ab40470f7
5 changed files with 475 additions and 3 deletions

9
entrypoint.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
echo "entrypoint.sh"
whoami
which python
source /opt/conda/etc/profile.d/conda.sh
conda activate musev
which python
python app.py