Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
ACCC1380
/
private-model
like
7
Languages:
Chamorro
License:
apache-2.0
Dataset card
Files
Files and versions
Community
6
7fb27c5
private-model
/
.lightning_studio
/
on_stop.sh
ACCC1380
Upload .lightning_studio/on_stop.sh with huggingface_hub
e31c884
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
199 Bytes
#!/bin/bash
# This script runs every time your Studio sleeps, from your home directory.
# Add your shutdown commands below.
#
# Example: docker down my-container
# Example: sudo service mysql stop