Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kannon
/
STExtras
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2ac690a
STExtras
/
Dockerfile
Salt
Update Dockerfile
a7b438a
about 2 years ago
raw
Copy download link
history
blame
Safe
220 Bytes
from
python:
3.10
workdir
/app
copy
requirements.txt .
run
pip install -r requirements.txt
run
mkdir
/.cache &&
chmod
777 /.cache
run
mkdir
.chroma &&
chmod
777 .chroma
copy
. .
expose
7860
cmd
[
"python"
,
"server.py"
]