Skip to content

Commit

Permalink
Remove permission updates from build of image scoring plugin for nano
Browse files Browse the repository at this point in the history
  • Loading branch information
khsa1 committed Aug 2, 2024
1 parent 8bb9701 commit a284a85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions external_plugins/image_scoring_plugin/Dockerfile-3.8-nano
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ RUN CUDAPKG=$(echo $CUDA | sed 's/\./-/'); \

FROM tapis/camera_traps_py_3.8:$REL as production
ARG CUDA=10.2
RUN chmod -R 0777 /* || true
COPY --from=cuda ./usr/local/cuda/bin ./usr/local/cuda-$CUDA/bin
COPY --from=cuda ./usr/local/cuda/nvvm ./usr/local/cuda-$CUDA/nvvm
COPY --from=cuda ./usr/local/cuda/nvvmx ./usr/local/cuda-$CUDA/nvvmx
Expand Down Expand Up @@ -108,6 +107,5 @@ ENV NVIDIA_DRIVER_CAPABILITIES all


RUN chmod +x /entrypoint.sh
RUN chmod -R 0777 /example_images /load_test_image_scoring.py /ai4eutils /md_v5a.0.0.pt /camera_traps /yolov5 /run_detector_multi.py /entrypoint.sh /image_scoring_plugin.py || true

ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit a284a85

Please sign in to comment.