Skip to content

Commit

Permalink
fixing 404 err with apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Allen committed Jun 10, 2021
1 parent 734dbf4 commit 19442ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gap8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN pip3 install h5py==2.10.0
RUN /bin/bash -c "cd gap_sdk/; source configs/ai_deck.sh; ls; make nntool"


RUN apt-get install -y libopencv-dev python3-opencv
RUN apt-get update && apt-get install -y libopencv-dev python3-opencv

RUN /bin/bash -c "cd gap_sdk/; source configs/ai_deck.sh; ls; make gap_tools"

Expand Down

0 comments on commit 19442ee

Please sign in to comment.