belledon/moe-sing:latest

$ singularity pull shub://belledon/moe-sing:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%post
  apt-get update && apt-get -y install locales
  locale-gen en_US.UTF-8
  apt-get install -y  python python-dev gcc cmake \
                      libboost-all-dev python-pip doxygen \
                      libblas-dev liblapack-dev gfortran \
                      git python-numpy python-scipy

  apt-get clean
  
  export MOE_CC_PATH="$(which gcc)"
  export MOE_CXX_PATH="$(which g++)"
  export MOE_CMAKE_OPTS="-D MOE_PYTHON_INCLUDE_DIR=/usr/include/python2.7 -D MOE_PYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0"

  cd /
  mkdir /moe && cd /moe
  git clone https://github.com/wujian16/Cornell-MOE.git
  cd Cornell-MOE
  pip install -r requirements.txt
  python setup.py install

Collection


View on Datalad

Metrics

key value
id /containers/belledon-moe-sing-latest
collection name belledon/moe-sing
branch master
tag latest
commit ec588254180ee0beb598b288bd8074064e531066
version (container hash) ddfb1d4176e10c639590b648c814cb57
build date 2018-01-19T12:33:35.473Z
size (MB) 1377
size (bytes) 474832927
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.