Skip to content

Commit

Permalink
dont make just download
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Sep 25, 2024
1 parent 0297bb0 commit 6b7de91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/arm32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN chmod +x /usr/local/bin/before-notebook.d/90_link_files.sh
USER $NB_UID

RUN cd /opt/PICO && git clone https://github.com/fhswf/PICO-CAM-A.git
RUN mkdir /opt/PICO/PICO-CAM-A/build && cd /opt/PICO/PICO-CAM-A/build && cmake -D PICO_SDK_FETCH_FROM_GIT=1 /opt/PICO/PICO-CAM-A
RUN cd /opt/PICO/PICO-CAM-A/build && make
RUN mkdir /opt/PICO/PICO-CAM-A/build && cd /opt/PICO/PICO-CAM-A/build && cmake -D PICO_SDK_FETCH_FROM_GIT=1 ..
#RUN cd /opt/PICO/PICO-CAM-A/build && make

LABEL ki.fh-swf.de.jupyterhub.runtime="CPU"
LABEL ki.fh-swf.de.jupyterhub.namelabel="$BUILD_IMAGE_NAME"
Expand Down

0 comments on commit 6b7de91

Please sign in to comment.