Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
goingyt
/
Terminal
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Terminal
/
docker-compose.yml
goingyt
Create docker-compose.yml
4ce3526
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
185 Bytes
version:
'3'
services:
web:
build:
.
ports:
-
"7860:7860"
depends_on:
-
ubuntu
ubuntu:
image:
ubuntu:20.04
command:
tail
-f
/dev/null
tty:
true