Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eder0782
/
localAi
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4931689
localAi
/
.github
/
bump_docs.sh
eder0782
inicio
7def60a
7 months ago
raw
Copy download link
history
blame
Safe
216 Bytes
#!/bin/bash
set
-xe
REPO=
$1
LATEST_TAG=$(curl -s
"https://api.github.com/repos/
$REPO
/releases/latest"
| jq -r
'.tag_name'
)
cat
<<< $(jq
".version = \"
$LATEST_TAG
\""
docs/data/version.json) > docs/data/version.json