ethancaballero/singularity-containers:myia_benchmarks_prof_tvm

$ singularity pull shub://ethancaballero/singularity-containers:myia_benchmarks_prof_tvm

Singularity Recipe

Bootstrap: docker
From: nvidia/cuda:10.0-devel

%environment
 PATH=$PATH:/opt/conda/bin

%post
 apt-get -y update
 apt-get -y install wget vim git zip unzip tar
 wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
 bash miniconda.sh -b -p /opt/conda
 PATH=$PATH:/opt/conda/bin
 git clone https://github.com/mila-iqia/myia.git
 cd myia
 conda install -c abergeron -c pytorch --file=requirements.conda
 conda remove nnvm topi
 conda upgrade -c abergeron tvm
 conda install -c abergeron/label/cuda tvm-libs cudatoolkit=10.0
 pip install -r requirements.txt
 pip install -e . --no-deps
 pip install pyinstrument

Collection


View on Datalad

Metrics

key value
id /containers/ethancaballero-singularity-containers-myia_benchmarks_prof_tvm
collection name ethancaballero/singularity-containers
branch master
tag myia_benchmarks_prof_tvm
commit fb9f824179f74a0d220a975a6fd50188d08920fd
version (container hash) e78abfd3f3d8f963b30879df71595d54
build date 2019-06-18T02:03:56.918Z
size (MB) 6993
size (bytes) 4369104927
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.