Spaces:
Sleeping
Sleeping
malteos commited on
mount public (3)
Browse files
start.sh
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
|
|
|
|
|
|
| 3 |
hf-mount status
|
| 4 |
|
| 5 |
-
hf-mount start --read-only bucket commoncrawl/test-bucket ./data
|
| 6 |
|
| 7 |
hf-mount status
|
| 8 |
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
+
echo $HF_TOKEN
|
| 4 |
+
|
| 5 |
hf-mount status
|
| 6 |
|
| 7 |
+
hf-mount start --hf-token $HF_TOKEN --read-only bucket commoncrawl/test-bucket ./data
|
| 8 |
|
| 9 |
hf-mount status
|
| 10 |
|