feat: add dockerfile for huggingface space
Browse files- 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"]
|