Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -11,5 +11,6 @@ WORKDIR ipxml
|
|
| 11 |
|
| 12 |
RUN cargo build
|
| 13 |
|
| 14 |
-
|
|
|
|
| 15 |
CMD ["target/debug/ipxml", "run", "model.ipxmodel.import", "--serve", "--port", "7860"]
|
|
|
|
| 11 |
|
| 12 |
RUN cargo build
|
| 13 |
|
| 14 |
+
RUN target/debug/ipxml cc --ipxml examples/inception_v3/app.ipxml --out model.ipxmodel.import
|
| 15 |
+
|
| 16 |
CMD ["target/debug/ipxml", "run", "model.ipxmodel.import", "--serve", "--port", "7860"]
|