gyrojeff commited on
Commit
c6f8c28
1 Parent(s): d08b0a9

feat: add dockerfile for huggingface space

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM docker.io/jeffersonqin/yuzumarker.fontdetection.huggingfacespace.base:latest
2
+
3
+ WORKDIR /workspace
4
+
5
+ COPY . .
6
+
7
+ CMD ["python", "demo.py", "-d", "-1", "-c", "huggingface://gyrojeff/YuzuMarker.FontDetection/commit=bc0f7fc-epoch=26-step=261954.ckpt", "-m", "resnet50", "-z", "512", "-p", "7860"]