File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1- FROM balenalib/raspberrypi3
2- # The balena base image for building apps on Raspberry Pi 3.
1+ FROM balenalib/raspberrypi3:stretch
2+ # The balena base image for building apps on Raspberry Pi 3.
3+ # Raspbian Stretch required for piwheels support. https://downloads.raspberrypi.org/raspbian/images/raspbian-2019-04-09/
34
45RUN echo "BUILD MODULE: CameraCapture"
56
@@ -50,4 +51,4 @@ ADD /app/ .
5051# Expose the port
5152EXPOSE 5012
5253
53- ENTRYPOINT [ "python3" , "-u" , "./main.py" ]
54+ ENTRYPOINT [ "python3" , "-u" , "./main.py" ]
Original file line number Diff line number Diff line change 1- FROM balenalib/raspberrypi3
2- # The balena base image for building apps on Raspberry Pi 3.
1+ FROM balenalib/raspberrypi3:stretch
2+ # The balena base image for building apps on Raspberry Pi 3.
3+ # Raspbian Stretch required for piwheels support. https://downloads.raspberrypi.org/raspbian/images/raspbian-2019-04-09/
34
45RUN echo "BUILD MODULE: ImageClassifierService"
56
@@ -40,4 +41,4 @@ EXPOSE 80
4041WORKDIR /app
4142
4243# Run the flask server for the endpoints
43- CMD ["python3" ,"app.py" ]
44+ CMD ["python3" ,"app.py" ]
Original file line number Diff line number Diff line change 1- FROM balenalib/raspberrypi3
2- # The balena base image for building apps on Raspberry Pi 3.
1+ FROM balenalib/raspberrypi3:stretch
2+ # The balena base image for building apps on Raspberry Pi 3.
3+ # Raspbian Stretch required for piwheels support. https://downloads.raspberrypi.org/raspbian/images/raspbian-2019-04-09/
34
45RUN echo "BUILD MODULE: SenseHatDisplay"
56
@@ -39,4 +40,4 @@ RUN [ "cross-build-end" ]
3940ADD /app/ .
4041ADD /build/ .
4142
42- ENTRYPOINT ["python3" ,"-u" , "./main.py" ]
43+ ENTRYPOINT ["python3" ,"-u" , "./main.py" ]
You can’t perform that action at this time.
0 commit comments