Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Niansuh
/
ndd
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ndd
/
Dockerfile
ykl45
Update Dockerfile
b4057b0
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
202 Bytes
FROM
python:
3.11
RUN
apt update
RUN
apt install git
RUN
git
clone
https://github.com/renqabs/notdiamond2api.git /app
WORKDIR
app
RUN
pip install -r requirements.txt
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]