Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rgerganov
/
wstunnel
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5a1793f
wstunnel
/
Dockerfile
rgerganov
initial
5a1793f
7 months ago
raw
Copy download link
history
blame
Safe
127 Bytes
FROM
ubuntu:
22.04
as base
COPY
wstunnel /wstunnel
EXPOSE
7860
CMD
[
"/bin/sh"
,
"-c"
,
"exec /wstunnel server ws://[::]:7860"
]