ACRoot commited on
Commit
7280ed7
·
verified ·
1 Parent(s): c8e7366

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ghcr.io/solvaxis/hfapi:latest
2
+
3
+ EXPOSE 7860
4
+
5
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]