ccds
commited on
Commit
•
0554c52
1
Parent(s):
566d057
fix mode
Browse files- Dockerfile +2 -2
- app/.model/config.json +3 -0
- app/.model/model.onnx +3 -0
Dockerfile
CHANGED
@@ -28,8 +28,8 @@ ENV TZ=Asia/Shanghai PATH="/opt/venv/bin:$PATH"
|
|
28 |
COPY ./app /app
|
29 |
WORKDIR /
|
30 |
# use for huggingface
|
31 |
-
|
32 |
-
|
33 |
|
34 |
|
35 |
|
|
|
28 |
COPY ./app /app
|
29 |
WORKDIR /
|
30 |
# use for huggingface
|
31 |
+
RUN mkdir -p /app/.model && \
|
32 |
+
chmod 777 -R /app
|
33 |
|
34 |
|
35 |
|
app/.model/config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8825429100f8542c922d03ce413b0410df0f6eab1f73712dd8bf55cc47de7e3d
|
3 |
+
size 1918
|
app/.model/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f030344bed72b127073c3dad4f07858ae06b2fa13367f7e47a96b4e37bf8c0e
|
3 |
+
size 121135968
|