Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
emon-j
/
netron
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d84b35c
netron
/
Dockerfile
emon-j
Create Dockerfile
d84b35c
verified
5 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
FROM
lutzroeder/netron
EXPOSE
7860
CMD
[
"netron"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]