3 Star 0 Fork 0

Gitee 极速下载/mldb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/mldbai/mldb
克隆/下载
ubuntu-base.docker 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
Nicolas Kruchten 提交于 2015-12-04 10:33 . initial commit
FROM phusion/baseimage:0.9.9
# Get the latest packages
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN echo "deb http://security.ubuntu.com/ubuntu/ precise-security universe main multiverse restricted" >> /etc/apt/sources.list
RUN echo "deb http://mirror.csclub.uwaterloo.ca/ubuntu/ precise-updates universe main multiverse restricted" >> /etc/apt/sources.list
RUN echo "deb http://mirror.csclub.uwaterloo.ca/ubuntu/ precise-backports universe main multiverse restricted" >> /etc/apt/sources.list
RUN apt-get update
# We need to pass no-install-recommends to openjdk7 so that we don't
# install fuse, which fails
# https://github.com/khanio/docker-images/blob/master/precise-openjdk7/scripts/setup.sh
RUN apt-get -y -f install --no-install-recommends ca-certificates-java tzdata-java openjdk-7-jre-headless openjdk-7-jre openjdk-7-jdk
# Set up the correct JDK
RUN update-alternatives --config java
ENV JAVA_HOME /usr/lib/jvm/default-java
# Install the rest of the packages
RUN apt-get purge -y libcurl4-openssl-dev \
&& apt-get install -y libbz2-dev \
liblzma-dev libcrypto++-dev libpqxx3-dev libicu-dev \
strace gdb linux-tools \
libgoogle-perftools-dev \
libACE-dev linux-tools uuid-dev liblapack-dev \
libblas-dev libevent-dev \
libcppunit-dev \
libfreetype6-dev libpng-dev \
libsigc++-2.0-dev \
libcairo2-dev libcairomm-1.0-dev python-virtualenv \
libidn11 librtmp0 sudo bash
# Clean up APT when done
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
#git-core g++ scons emacs ccache make gdb time automake libtool autoconf bash-completion google-perftools valgrind gfortran flex bison pkg-config python-numpy python-numpy-dev python-matplotlib doxygen python-dev python-tk tk-dev python-virtualenv rake ipmitool mm-common gdb linux-tools ant python-setuptools
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/mldb.git
git@gitee.com:mirrors/mldb.git
mirrors
mldb
mldb
master

搜索帮助