timo-singularity/pytorch:latest

$ singularity pull shub://timo-singularity/pytorch:latest

Singularity Recipe

#Bootstrap: localimage
#From: ./sherpa.sif
Bootstrap: shub
From: timo-singularity/sherpa

%help

  Container with Rivet, Sherpa, Pytorch

%post

  yum -y install git
  
  pip3 --no-cache-dir install cython numpy scipy
  pip3 --no-cache-dir install torch torchvision
  pip3 --no-cache-dir install matplotlib pandas seaborn
  pip3 --no-cache-dir install ipykernel jupyterlab
  
  pip3 --no-cache-dir install numdifftools nflows
  pip3 --no-cache-dir install gvar
  git clone https://gitlab.com/tjansse/vegas.git
  pip3 install ./vegas

   # we need to downgrade jedi, as there is a problem with auto-completion
  # in the current jupyter
  pip3 --no-cache-dir install --force-reinstall jedi==0.17.2

  ldconfig
  yum clean all

Collection


View on Datalad

Metrics

key value
id /containers/timo-singularity-pytorch-latest
collection name timo-singularity/pytorch
branch master
tag latest
commit 862ac2816f9ac5772a8357eb520630f83b1ef196
version (container hash) 131e565de1cfcaa9c03b682d4683ec31
build date 2021-04-06T07:13:24.526Z
size (MB) 6865.0
size (bytes) 1957732383
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.