ACCC1380's picture
Upload .lightning_studio/on_stop.sh with huggingface_hub
e31c884 verified
raw
history blame
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