Wreck-It-Ralph/openAI_gym_Singularity:latest

$ singularity pull shub://Wreck-It-Ralph/openAI_gym_Singularity:latest

Singularity Recipe

Bootstrap: docker
From: nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04

%post
    # Downloads the latest package lists (important).
    apt-get update -y
    # Runs apt-get while ensuring that there are no user prompts that would
    # cause the build process to hang.
    # python3-tk is required by matplotlib.
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
        python3 \
        python3-tk \
        python3-pip \
        python3-setuptools \
        python3-dev
    # Reduce the size of the image by deleting the package lists we downloaded,
    # which are useless now.
    rm -rf /var/lib/apt/lists/*
    # Install Python modules.
    pip3 install -U wheel --user
    pip3 install numpy torch==1.4.0 matplotlib tensorboard torchvision gym

Collection


View on Datalad

Metrics

key value
id /containers/Wreck-It-Ralph-openAI_gym_Singularity-latest
collection name Wreck-It-Ralph/openAI_gym_Singularity
branch master
tag latest
commit 2a7d30f66d67d1e5060d7cd78fdba625de61b843
version (container hash) b0e5f7261edf3342f6377723083670e4
build date 2020-05-23T11:29:09.702Z
size (MB) 6175.0
size (bytes) 3892523039
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.