File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,12 @@ LABEL org.carml.go-cntk.build-date=$BUILD_DATE \
23
23
########## LIBRARY INSTALLATION ###################
24
24
WORKDIR /opt
25
25
26
+ ## For libpng12-0
27
+ RUN echo "deb http://mirrors.kernel.org/ubuntu/ xenial main" | tee -a /etc/apt/sources.list
28
+
26
29
RUN apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*
27
30
31
+
28
32
RUN CNTK_VERSION_DASHED=$(echo $FRAMEWORK_VERSION | tr . -) && \
29
33
CNTK_SHA256="386fe7589cb8759611d68a8ed8c888bf6b5dec3c3b2772c2c6a680ffe9fcce60" && \
30
34
wget -q https://cntk.ai/BinaryDrop/CNTK-${CNTK_VERSION_DASHED}-Linux-64bit-CPU-Only.tar.gz && \
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ LABEL org.carml.go-cntk.build-date=$BUILD_DATE \
23
23
########## LIBRARY INSTALLATION ###################
24
24
WORKDIR /opt
25
25
26
+ ## For libpng12-0
27
+ RUN echo "deb http://mirrors.kernel.org/ubuntu/ xenial main" | tee -a /etc/apt/sources.list
28
+
26
29
RUN apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*
27
30
28
31
RUN CNTK_VERSION_DASHED=$(echo $FRAMEWORK_VERSION | tr . -) && \
You can’t perform that action at this time.
0 commit comments