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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -30,8 +30,7 @@ COPY ./firesdk.py .
30
  COPY ./requirements.txt .
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
 
 
30
  COPY ./requirements.txt .
31
  COPY ./run.sh .
32
  COPY ./demo.py .
33
+ COPY ./fire_examples ./fire_examples
 
34
  COPY ./ncnn.zip .
35
  RUN unzip ncnn.zip
36