From: 최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 Date: Mon, 26 Mar 2018 04:48:56 +0000 (+0900) Subject: Remove duplicated Dockerfile (#204) X-Git-Tag: 0.1~599 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8963efd834dc0911312855fa7485ad98b5310f52;p=platform%2Fcore%2Fml%2Fnnfw.git Remove duplicated Dockerfile (#204) - Remove duplicated Dockerfile, becasue now we have Dockerfile based on Ubuntu 16.04 at docker/Dockerfile Signed-off-by: Hyung-Kyu Choi --- diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index db4e7ac..0000000 --- a/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM ubuntu:14.04 - -RUN [ -n ${HTTP_PROXY} ] && echo "Acquire::http::proxy \"${HTTP_PROXY}\";" >> /etc/apt/apt.conf -RUN [ -n ${HTTPS_PROXY} ] && echo "Acquire::https::proxy \"${HTTPS_PROXY}\";" >> /etc/apt/apt.conf - -RUN sed 's/archive.ubuntu.com/kr.archive.ubuntu.com/g' -i /etc/apt/sources.list - -RUN apt update - -# Install base dependencies -RUN apt install -y make cmake g++ -# Install nnapi_binding dependencies -RUN apt install -y libboost-dev