Skip to content

Commit

Permalink
Update arm32v7.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkewley authored Aug 19, 2019
1 parent 448cc49 commit 4bc4860
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/ImageClassifierService/arm32v7.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM balenalib/raspberrypi3
# 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.
# Raspbian Stretch required for piwheels support. https://downloads.raspberrypi.org/raspbian/images/raspbian-2019-04-09/

RUN echo "BUILD MODULE: ImageClassifierService"

Expand Down Expand Up @@ -40,4 +41,4 @@ EXPOSE 80
WORKDIR /app

# Run the flask server for the endpoints
CMD ["python3","app.py"]
CMD ["python3","app.py"]

0 comments on commit 4bc4860

Please sign in to comment.