Upload .lightning_studio/on_stop.sh with huggingface_hub
Browse files
.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
|