Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KingZack
/
ctp-slack-bot
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6532466
ctp-slack-bot
/
scripts
/
run-dev.sh
LiKenun
Add development run script and instructions
6532466
5 months ago
raw
Copy download link
history
blame
Safe
131 Bytes
#!/bin/bash
parent_path=$(
cd
"
$(dirname
"
${BASH_SOURCE[0]}
"
)
"
;
pwd
-P)
python3
"
${parent_path}
/../src/ctp_slack_bot/api/main.py"