deeplearning commited on
Commit
829a65c
·
verified ·
1 Parent(s): d3b882d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
 
13
  # ---------- SDIF (ZIP) ----------
14
  WORKDIR /opt
15
- COPY sdif/sdif.tar.gz /opt/sdif.zip
16
  RUN unzip sdif.zip && \
17
  cd SDIF-* && \
18
  ./autogen.sh && \
@@ -20,7 +20,7 @@ RUN unzip sdif.zip && \
20
  make && make install
21
 
22
  # ---------- LORIS ----------
23
- COPY loris/loris-1.8.tar.gz /opt/
24
  RUN tar xzf loris-1.8.tar.gz && \
25
  cd loris-1.8 && \
26
  ./configure && \
 
12
 
13
  # ---------- SDIF (ZIP) ----------
14
  WORKDIR /opt
15
+ COPY sdif.tar.gz /opt/sdif.zip
16
  RUN unzip sdif.zip && \
17
  cd SDIF-* && \
18
  ./autogen.sh && \
 
20
  make && make install
21
 
22
  # ---------- LORIS ----------
23
+ COPY loris-1.8.tar.gz /opt/
24
  RUN tar xzf loris-1.8.tar.gz && \
25
  cd loris-1.8 && \
26
  ./configure && \