You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-get -q -y install git autoconf automake make libtool pkg-config apache2 libapache2-mod-fcgid libfcgi0ldbl g++ libmemcached-dev libjpeg-turbo8-dev
12
12
RUN a2enmod rewrite
13
13
RUN a2enmod fcgid
14
14
15
-
RUN mkdir /root/src
16
15
COPY . /root/src
17
16
WORKDIR /root/src
18
17
@@ -29,31 +28,8 @@ RUN ln -s /etc/apache2/mods-available/proxy.conf /etc/apache2/mods-enabled/proxy
29
28
COPY apache2.conf /etc/apache2/apache2.conf
30
29
COPY ports.conf /etc/apache2/ports.conf
31
30
32
-
WORKDIR /root/src
33
-
34
-
### openjpeg version in ubuntu 14.04 is 1.3, too old and does not have openslide required chroma subsampled images support. download 2.1.0 from source and build
35
-
RUN git clone https://github.com/uclouvain/openjpeg.git --branch=v2.3.0
36
-
RUN mkdir /root/src/openjpeg/build
37
-
WORKDIR /root/src/openjpeg/build
38
-
RUN cmake -DBUILD_JPIP=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_CODEC=ON -DBUILD_PKGCONFIG_FILES=ON ../
39
-
RUN make
40
-
RUN make install
41
-
42
-
### Openslide
43
-
WORKDIR /root/src
44
-
## get my fork from openslide source cdoe
45
-
RUN git clone https://github.com/openslide/openslide.git
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ Containerized IIP
3
3
4
4
## building and running
5
5
6
+
Unless using caMicroscope Distro Docker, [BFBridge](https://github.com/camicroscope/BFBridge) needs to be cloned and placed next to iipsrv/, so that this project's root iipimage/ has subfolders iipimage/ and BFBridge/
0 commit comments