We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2c717 commit 57bb3a2Copy full SHA for 57bb3a2
Dockerfile
@@ -8,7 +8,6 @@ RUN apt-get update -y && apt-get install -y build-essential wget cmake make git
8
9
# Download and compile openjpeg2.1
10
WORKDIR /tmp/openjpeg
11
-# alt openjpeg version for stweil build
12
RUN git clone https://github.com/uclouvain/openjpeg.git ./
13
RUN git checkout tags/version.2.1
14
RUN cmake . && make && make install
0 commit comments