Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qa1145
/
astrbbbb
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
astrbbbb
/
docs
/
scripts
/
upload-doc-images-to-r2.sh
qa1145
Upload 1245 files
8ede856
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
142 Bytes
#!/usr/bin/env bash
set
-euo pipefail
SCRIPT_DIR=
"
$(cd
"
$(dirname
"
$0
"
)
"
&& pwd)
"
exec
python3
"
$SCRIPT_DIR
/upload_doc_images_to_r2.py"
"
$@
"