File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
pose-estimator-with-flask Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG UBUNTU_VERSION=22.04
3+ ARG DEVICE_PLATFORM=linux/arm64/v8
44
5- FROM arm64v8/ alpine as model-image
5+ FROM --platform=$DEVICE_PLATFORM alpine as model-image
66
77# Get SSD Mobilenet V2
88ADD https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess.tflite models/
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM arm64v8/alpine as model-image
3+ ARG DEVICE_PLATFORM=linux/arm64/v8
4+
5+ FROM --platform=$DEVICE_PLATFORM alpine as model-image
46
57# Get SSD Mobilenet V2
68ADD https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess.tflite models/
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM arm64v8/alpine
3+ ARG DEVICE_PLATFORM=linux/arm64/v8
4+
5+ FROM --platform=$DEVICE_PLATFORM alpine as model-image
46
57# Get SSD Mobilenet V2
68ADD https://raw.githubusercontent.com/google-coral/test_data/master/movenet_single_pose_lightning_ptq_edgetpu.tflite models/
You can’t perform that action at this time.
0 commit comments