mark-e-deyoung/afit_mlperf_training:sentiment_analysis_cuda8cudnn7

$ singularity pull shub://mark-e-deyoung/afit_mlperf_training:sentiment_analysis_cuda8cudnn7

Singularity Recipe

Bootstrap: docker
# https://hub.docker.com/r/nvidia/cuda
From: nvidia/cuda:8.0-cudnn7-devel

%environment
	PATH="/usr/local/anaconda/bin:$PATH"
        MLPERF_DATA_DIR="/data"

%post

    # install debian packages
    apt-get update
    apt-get install -y eatmydata
    eatmydata apt-get install -y wget bzip2 \
      ca-certificates libglib2.0-0 libxext6 libsm6 libxrender1 \
      git git-annex uuid-runtime
    apt-get clean

    # install anaconda
    if [ ! -d /usr/local/anaconda ]; then
         wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
            -O ~/anaconda.sh && \
         bash ~/anaconda.sh -b -p /usr/local/anaconda && \
         rm ~/anaconda.sh
    fi
    # set anaconda path
    export PATH="/usr/local/anaconda/bin:$PATH"

    # install required packages
    conda install pip
    pip install paddlepaddle-gpu==1.3.0.post87
    conda clean --tarballs

    # make /data and /code for mounts to external directories
    if [ ! -d /data ]; then mkdir /data; fi
    if [ ! -d /code ]; then mkdir /code; fi

% runscript
	echo "Singularity: paddlepaddle"
	exec /bin/bash

Collection


View on Datalad

Metrics

key value
id /containers/mark-e-deyoung-afit_mlperf_training-sentiment_analysis_cuda8cudnn7
collection name mark-e-deyoung/afit_mlperf_training
branch master
tag sentiment_analysis_cuda8cudnn7
commit eaf1758ac31a8b96c233869fbd6ae755d34b5d18
version (container hash) 5a00b3f9a03cfd0933907717a30a643f
build date 2020-05-06T17:54:25.000Z
size (MB) 3327
size (bytes) 1738809375
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.