We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46880e5 commit d7cf4dbCopy full SHA for d7cf4db
Examples/openvino/ubuntu24.04-openvino.dockerfile
@@ -7,8 +7,8 @@ RUN for model_name in resnet-50-tf \
7
ssd_mobilenet_v1_coco \
8
brain-tumor-segmentation-0002 \
9
bert-large-uncased-whole-word-masking-squad-int8-0001; do \
10
- omz_downloader --name $model_name -o model && \
11
- omz_converter --name $model_name -d model -o model; \
+ omz_downloader --name $model_name -o /model && \
+ omz_converter --name $model_name -d /model -o /model; \
12
done
13
14
ENTRYPOINT ["/opt/intel/openvino/samples/cpp/samples_bin/samples_bin/benchmark_app"]
0 commit comments