Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NahFam13
/
webbyuu
like
1
Build error
App
Files
Files
Community
main
webbyuu
/
Dockerfile
NahFam13
Update Dockerfile
9dad1d0
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
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"
]