Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Audio-AGI/WavJourney
ZeroTwo3
/
WavJourney
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a64d7a5
WavJourney
/
scripts
/
kill_services.py
ZeroTwo3
Duplicate from Audio-AGI/WavJourney
8811068
over 1 year ago
raw
Copy download link
history
blame
Safe
184 Bytes
import
os
# Extract values for each application
service_port = os.environ.get(
'WAVJOURNEY_SERVICE_PORT'
)
# Execute the commands
os.system(
f'kill $(lsof -t -i :
{service_port}
)'
)