From d88745af6e0b2931da68f15ea394f880c98bd6a9 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 26 Jul 2020 07:50:30 -0500 Subject: [PATCH] simplify directory creation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c28e86a0e..b06a29085 100755 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN wget -q https://dl.google.com/coral/canned_models/coco_labels.txt -O /labelm RUN wget -q https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess.tflite -O /cpu_model.tflite -RUN mkdir /cache && mkdir /clips +RUN mkdir /cache /clips WORKDIR /opt/frigate/ ADD frigate frigate/