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:
WuGuan
/
Ubuntu
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Ubuntu
/
Dockerfile
WuGuan
Update Dockerfile
da8ad79
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
FROM
ubuntu:
22.04
RUN
apt-get update && apt-get install -y \
ttyd \
&&
rm
-rf /var/lib/apt/lists/*
WORKDIR
/data
EXPOSE
7860
CMD
bash -c
"ttyd -p 7860 bash"