Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
at41rv/a7-llm
at41rv
/
a7-admin
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
a7-admin
/
Dockerfile
at41rv
Create Dockerfile
292e4b5
verified
27 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
FROM
python:
3.9
-slim
WORKDIR
/app
COPY
. .
RUN
pip install -r requirements.txt
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]