ilkerkesen/ajan-metin:latest

$ singularity pull shub://ilkerkesen/ajan-metin:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

%runscript
    echo "Running tests"

%environment
    export DISPLAY=:99

%post
    echo "Here we are installing software and other dependencies for the container!"
    apt-get update && apt-get install -q -y \
    build-essential \
    chromium-browser \
    chromium-chromedriver \
    curl \
    gcc \
    make \
    git \
    libffi-dev \
    python3-dev \
    python3-setuptools \
    python3-pip \
    uuid-dev \
    wget

    git clone https://github.com/Microsoft/TextWorld.git
    cd TextWorld
    pip3 install -r requirements.txt
    pip3 install .[prompt,vis]

    pip3 install torch torchvision

Collection


View on Datalad

Metrics

key value
id /containers/ilkerkesen-ajan-metin-latest
collection name ilkerkesen/ajan-metin
branch master
tag latest
commit 087ef89bdfe980abc3682b106baa3b81e76b227a
version (container hash) 9e8f0091bd2bba8b34f1c9920ee5877e
build date 2018-10-11T09:24:02.570Z
size (MB) 2621
size (bytes) 1483046943
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.