malteos commited on
Commit
867469e
·
unverified ·
1 Parent(s): d99deee

mount public (3)

Browse files
Files changed (1) hide show
  1. start.sh +3 -1
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