Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ykl45
/
abcuas
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
abcuas
/
Dockerfile
ykl45
Create Dockerfile
ed18d10
verified
almost 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
198 Bytes
FROM
python:
3.11
RUN
apt update
RUN
apt install -y git
RUN
git
clone
https://github.com/renqabs/abucas.git /app
WORKDIR
app
RUN
pip install -r requirements.txt
EXPOSE
7860
CMD
[
"python"
,
"main.py"
]