Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dmaniloff
/
railyard
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
railyard
/
Dockerfile
dmaniloff
Minimal HF Space config: pull from quay.io and serve
b6ef0d3
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
FROM
quay.io/diegosquayorg/railyard:latest
ENV
GRADIO_SERVER_NAME=
0.0
.
0.0
ENV
GRADIO_SERVER_PORT=
7860
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]