Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
expressapi
/
chroma
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
123d36e
chroma
/
bin
/
version
badalsahani
feat: chroma initial deploy
287a0bc
over 1 year ago
raw
Copy download link
history
blame
Safe
151 Bytes
#!/usr/bin/env bash
export
VERSION=`python -m setuptools_scm`
if
[[ -n `git status --porcelain` ]];
then
VERSION=
$VERSION
-dirty
fi
echo
$VERSION