Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rsr2425
/
SimpliFi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b22f9a0
SimpliFi
/
stop_local.sh
Rsr2425
Set up FE testing
50f8987
about 2 months ago
raw
Copy download link
history
blame
Safe
211 Bytes
#!/bin/bash
echo
"Stopping simplify container..."
docker stop simplify 2>/dev/null ||
true
echo
"Removing simplify container..."
docker
rm
simplify 2>/dev/null ||
true
echo
"Services stopped and cleaned up!"