Skip to content

Commit 4bc4860

Browse files
authored
Update arm32v7.Dockerfile
1 parent 448cc49 commit 4bc4860

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/ImageClassifierService/arm32v7.Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

45
RUN echo "BUILD MODULE: ImageClassifierService"
56

@@ -40,4 +41,4 @@ EXPOSE 80
4041
WORKDIR /app
4142

4243
# Run the flask server for the endpoints
43-
CMD ["python3","app.py"]
44+
CMD ["python3","app.py"]

0 commit comments

Comments
 (0)