X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FPDD%2Fpcb-defect-detection%2FDockerfile;h=09c2ad168f4cd1f47f826dd5f782c71f8c13dcfb;hb=e6d40ddb2640f434a9d7d7ed99566e5e8fa60cc1;hp=8c4b018b24ca3b27f0aa74399855a1e40197828d;hpb=a785567fb9acfc68536767d20f60ba917ae85aa1;p=ealt-edge.git diff --git a/example-apps/PDD/pcb-defect-detection/Dockerfile b/example-apps/PDD/pcb-defect-detection/Dockerfile index 8c4b018..09c2ad1 100644 --- a/example-apps/PDD/pcb-defect-detection/Dockerfile +++ b/example-apps/PDD/pcb-defect-detection/Dockerfile @@ -103,18 +103,14 @@ RUN apt-get install -y --fix-missing \ WORKDIR $APP_HOME # Copy the application & scripts -COPY config.py requirements.txt run.py $APP_HOME/ +COPY requirements.txt $APP_HOME/ # Install requirements RUN pip install -r requirements.txt -# Install requirements -RUN pip install Pillow - COPY data $APP_HOME/data/ COPY help_utils $APP_HOME/help_utils/ COPY libs $APP_HOME/libs/ COPY output $APP_HOME/output/ -COPY results $APP_HOME/results/ COPY tools $APP_HOME/tools/ COPY input_image/1 $APP_HOME/input_image/beijinglab/camera1 COPY input_image/2 $APP_HOME/input_image/shenzhenlab/camera1 @@ -126,6 +122,7 @@ COPY input_image/7 $APP_HOME/input_image/shenzhenlab/camera3 COPY input_image/8 $APP_HOME/input_image/shanghailab/camera2 COPY input_image/9 $APP_HOME/input_image/shanghailab/camera3 +COPY config.py run.py $APP_HOME/ COPY configs/start.sh $APP_HOME/bin