From efda259b638f7663684bab59b1961a044cb0550d Mon Sep 17 00:00:00 2001 From: Rene Ranftl Date: Fri, 17 Jul 2020 18:32:49 +0200 Subject: [PATCH] Update Dockerfile Added curl installation --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 277a2ef..4947c35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update && apt-get -y install \ libsm6 \ libxext6 \ libxrender-dev \ + curl \ && rm -rf /var/lib/apt/lists/* # install python dependencies @@ -24,4 +25,4 @@ RUN curl -OL https://github.com/intel-isl/MiDaS/releases/download/v2/model-f46da RUN python3 run.py; exit 0 # entrypoint (dont forget to mount input and output directories) -CMD python3 run.py \ No newline at end of file +CMD python3 run.py