File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ FROM balenalib/raspberrypi3-debian-python:3.7
22
33RUN [ "cross-build-start" ]
44
5- RUN apt update && apt install -y libjpeg62-turbo libopenjp2-7 libtiff5 libatlas-base-dev
5+ RUN apt update && apt install -y libjpeg62-turbo libopenjp2-7 libtiff5 libatlas-base-dev libxcb1
66RUN pip install absl-py six protobuf wrapt gast astor termcolor keras_applications keras_preprocessing --no-deps
77RUN pip install numpy==1.16 tensorflow==1.13.1 --extra-index-url 'https://www.piwheels.org/simple' --no-deps
8- RUN pip install flask pillow --index-url 'https://www.piwheels.org/simple'
8+ RUN pip install flask==1.1.2 pillow==7.1.2 --index-url 'https://www.piwheels.org/simple'
99
1010COPY app /app
1111
Original file line number Diff line number Diff line change 44 "image" : {
55 "repository" : " $CONTAINER_REGISTRY_ADDRESS/imageclassifierservice" ,
66 "tag" : {
7- "version" : " 0.2.16 " ,
7+ "version" : " 0.2.17 " ,
88 "platforms" : {
99 "amd64" : " ./amd64.Dockerfile" ,
1010 "arm32v7" : " ./arm32v7.Dockerfile"
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ RUN install_packages \
2929 libatlas-base-dev \
3030 libopenjp2-7 \
3131 libtiff-tools \
32- i2c-tools
32+ i2c-tools \
33+ libxcb1
3334
3435# Cleanup
3536RUN rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change 11azure-iothub-device-client
2- numpy
2+ numpy==1.18.3
33rtimulib
4- sense-hat
4+ sense-hat==2.2.0
Original file line number Diff line number Diff line change 44 "image" : {
55 "repository" : " $CONTAINER_REGISTRY_ADDRESS/sensehatdisplay" ,
66 "tag" : {
7- "version" : " 0.2.13 " ,
7+ "version" : " 0.2.14 " ,
88 "platforms" : {
99 "arm32v7" : " ./arm32v7.Dockerfile" ,
1010 "test-arm32v7" : " ./test/test-arm32v7.Dockerfile"
You can’t perform that action at this time.
0 commit comments