Wreck-It-Ralph/BA_Singularity:latest
$ singularity pull shub://Wreck-It-Ralph/BA_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
Collection
- Name: Wreck-It-Ralph/BA_Singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/Wreck-It-Ralph-BA_Singularity-latest |
collection name | Wreck-It-Ralph/BA_Singularity |
branch | master |
tag | latest |
commit | fed1aac6b3389539bce8c1c94ca87cbdff5d9682 |
version (container hash) | 5f33ac8e55fe3d2cb9f055e5a7b4bb09 |
build date | 2020-04-27T14:41:27.994Z |
size (MB) | 6029.0 |
size (bytes) | 3824050207 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.