emon-j commited on
Commit
c770d93
·
verified ·
1 Parent(s): d84b35c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,3 +1,5 @@
1
- FROM lutzroeder/netron
 
 
2
  EXPOSE 7860
3
  CMD ["netron", "--host", "0.0.0.0", "--port", "7860"]
 
1
+ FROM python:3.9
2
+ WORKDIR /app
3
+ RUN pip install netron
4
  EXPOSE 7860
5
  CMD ["netron", "--host", "0.0.0.0", "--port", "7860"]