Skip to content

Commit

Permalink
symlink openslide
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jan 29, 2024
1 parent fcc05a2 commit 1fc838f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ COPY . /root/src/image-decoders
WORKDIR /root/src/image-decoders
RUN chmod a+x install_openjpeg.sh
RUN ./install_openjpeg.sh
run ln -s /usr/local/lib/aarch64-linux-gnu/libopenslide.so.1 /usr/lib/aarch64-linux-gnu/libopenslide.so.0

### OpenSlide
# alternative: apt-get install libopenslide-dev
# RUN apt-get -qy install libopenslide-dev
# alternative
WORKDIR /root/src/image-decoders
RUN chmod a+x install_openslide.sh
RUN ./install_openslide.sh
Expand Down

0 comments on commit 1fc838f

Please sign in to comment.