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