We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448cc49 commit 4bc4860Copy full SHA for 4bc4860
modules/ImageClassifierService/arm32v7.Dockerfile
@@ -1,5 +1,6 @@
1
-FROM balenalib/raspberrypi3
2
-# The balena base image for building apps on Raspberry Pi 3.
+FROM balenalib/raspberrypi3:stretch
+# 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/
4
5
RUN echo "BUILD MODULE: ImageClassifierService"
6
@@ -40,4 +41,4 @@ EXPOSE 80
40
41
WORKDIR /app
42
43
# Run the flask server for the endpoints
-CMD ["python3","app.py"]
44
+CMD ["python3","app.py"]
0 commit comments