Update start.sh
Browse files
start.sh
CHANGED
|
@@ -6,7 +6,7 @@ echo "Starting container..."
|
|
| 6 |
hf auth login --token $HF_TOKEN
|
| 7 |
|
| 8 |
# 📥 Download dataset
|
| 9 |
-
hf download
|
| 10 |
# 📦 Run apt-run.txt যদি থাকে
|
| 11 |
FILE="apt-run.txt"
|
| 12 |
|
|
|
|
| 6 |
hf auth login --token $HF_TOKEN
|
| 7 |
|
| 8 |
# 📥 Download dataset
|
| 9 |
+
hf download vidbye/Termux-DB --repo-type dataset --local-dir .
|
| 10 |
# 📦 Run apt-run.txt যদি থাকে
|
| 11 |
FILE="apt-run.txt"
|
| 12 |
|