Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|