bigwater/singularity_0:latest
$ singularity pull shub://bigwater/singularity_0: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
# 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 torch numpy matplotlib
Collection
- Name: bigwater/singularity_0
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/bigwater-singularity_0-latest |
collection name | bigwater/singularity_0 |
branch | master |
tag | latest |
commit | ad1a20d9a4278fa11ad1db18cf49dd3e01d12a09 |
version (container hash) | ceaee0be273f002f8b266cfd43e180a4 |
build date | 2021-02-10T21:31:28.946Z |
size (MB) | 5919.0 |
size (bytes) | 3674615839 |
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.