Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
NahFam13
/
webbyuu
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
webbyuu
/
Dockerfile
NahFam13
Update Dockerfile
9dad1d0
verified
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
170 Bytes
# Use an official Python runtime as a parent image
FROM
python:
3.9
RUN
python one_click.py
# Run the start script when the container launches
CMD
[
"./start_linux.sh"
]