Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ftjc2021
/
dify
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dify
/
entrypoint.sh
ftjc2021
Upload 5 files
9302a78
verified
21 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
#!/bin/bash
# 输出环境信息
echo
"Starting OpenDify on Hugging Face Spaces"
echo
"Python version:
$(python --version)
"
# 运行应用
exec
python main.py