zhinoos/Matthias:latest
$ singularity pull shub://zhinoos/Matthias:latest
Singularity Recipe
Bootstrap: docker
From: tensorflow/tensorflow:2.0.1-gpu-py3
%post
# Downloads the latest package lists (important).
#apt -y install software-properties-common
#add-apt-repository universe
apt-get -y update
# 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-distutils\
#python3-pip
apt -y install python3
#python3-pip
pip install --user --upgrade pip
#apt install -y python3-pip
# 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 setuptools
pip3 install h5py==2.10.0 numpy==1.18.1 pandas==0.25.3 scikit-learn==0.22.1 scipy==1.4.1 tensorflow-gpu==2.0.1
Collection
- Name: zhinoos/Matthias
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/zhinoos-Matthias-latest |
collection name | zhinoos/Matthias |
branch | master |
tag | latest |
commit | 646f700a7388ab3183b7a03a0766554e565e4717 |
version (container hash) | 540bc633db2924dafc6c525da03f3ec601a843d854a9277f778842a3d3b70939 |
build date | 2020-06-04T11:14:39.801Z |
size (MB) | 1683.375 |
size (bytes) | 1765146624 |
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.