ISU-HPC/ml-base:latest
$ singularity pull shub://ISU-HPC/ml-base:latest
Singularity Recipe
bootstrap:docker
From:nvidia/cuda:9.0-cudnn7-devel-centos7
%labels
AUTHOR Yasasvy Nanyam ynanyam@iastate.edu
%environment
LD_LIBRARY_PATH=/host-libs:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda-9.0/lib64:/usr/local/lib:/usr/local/lib64
export LD_LIBRARY_PATH
PATH=/usr/local/cuda-9.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
export PATH
PYTHONPATH=/usr/local:/usr/local/lib/python2.7/site-packages
export PYTHONPATH
%post
yum update -y
yum install -y epel-release
yum install -y \
cmake \
cuda-drivers \
curl \
git \
freetype-devel \
libpng-devel \
openssl-devel \
libXpm-devel \
zeromq3-devel \
module-init-tools \
pkgconfig \
python \
python-devel \
python-pip \
python36 \
python36-devel \
rsync \
unzip \
zip \
zlib-devel \
vim \
wget \
java \
pygtk2 \
cmake3 \
boost \
boost-devel \
tkinter \
python36-tkinter
yum clean all
rm -rf /var/cache/yum
curl https://bootstrap.pypa.io/get-pip.py | python36
pip3 --no-cache-dir install --upgrade pip
ln -s /usr/bin/python36 /usr/bin/python3
Collection
- Name: ISU-HPC/ml-base
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/ISU-HPC-ml-base-latest |
collection name | ISU-HPC/ml-base |
branch | master |
tag | latest |
commit | ac087a06f6ea4d352efdeb425d01a2d72b44c2f3 |
version (container hash) | 373f93fe2f8db404221d4e42b31e8e97 |
build date | 2020-07-15T18:08:09.134Z |
size (MB) | 3219 |
size (bytes) | 1638592543 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.