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...
main
netron
/
Dockerfile
emon-j
Update Dockerfile
c770d93
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
120 Bytes
FROM
python:
3.9
WORKDIR
/app
RUN
pip install netron
EXPOSE
7860
CMD
[
"netron"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]