sharktide commited on
Commit
e278d42
·
verified ·
1 Parent(s): c4ebf10

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -11,5 +11,6 @@ WORKDIR ipxml
11
 
12
  RUN cargo build
13
 
14
- CMD ["target/debug/ipxml", "cc", "--ipxml", "examples/inception_v3/app.ipxml", "--out", "model.ipxmodel.import"]
 
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"]