justin2341 commited on
Commit
ff44b3f
·
verified ·
1 Parent(s): df69caa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -31,6 +31,7 @@ COPY ./requirements.txt .
31
  COPY ./run.sh .
32
  COPY ./demo.py .
33
  COPY ./fire_examples .
 
34
  COPY ./ncnn.zip .
35
  RUN unzip ncnn.zip
36
 
 
31
  COPY ./run.sh .
32
  COPY ./demo.py .
33
  COPY ./fire_examples .
34
+ RUN ./fire_examples
35
  COPY ./ncnn.zip .
36
  RUN unzip ncnn.zip
37