Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaothan
/
podman
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
podman
/
chatbot
/
vector_dbs
/
chromadb
/
Makefile
jaothan
Upload 356 files
c33a7ce
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
165 Bytes
CONTAINER_TOOL
?=
podman
APP
?=
chromadb
APPIMAGE
?=
quay.io/ai-lab/
${
APP
}
:latest
.
PHONY
: build
build:
"${CONTAINER_TOOL}"
build -f
Containerfile
-t
${
APPIMAGE
} .