ACCC1380 commited on
Commit
e31c884
1 Parent(s): 59c79c5

Upload .lightning_studio/on_stop.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. .lightning_studio/on_stop.sh +8 -0
.lightning_studio/on_stop.sh ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # This script runs every time your Studio sleeps, from your home directory.
4
+
5
+ # Add your shutdown commands below.
6
+ #
7
+ # Example: docker down my-container
8
+ # Example: sudo service mysql stop