We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fdd90 commit 9d10526Copy full SHA for 9d10526
Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update
20
RUN apt-get install -y libgl1-mesa-dev
21
22
# to fix: import cv2 > ImportError: libjasper.so.1: cannot open shared object file: No such file or directory
23
-RUN apt-get install libjasper1
+RUN apt-get install -y libjasper1
24
25
RUN conda install -y anaconda-client conda-build conda-verify
26
0 commit comments