Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added curl installation
  • Loading branch information
ranftlr authored Jul 17, 2020
1 parent 4da36e8 commit efda259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
CMD python3 run.py

0 comments on commit efda259

Please sign in to comment.