vicmancr/mnms_example:latest
$ singularity pull shub://vicmancr/mnms_example:latest
Singularity Recipe
Bootstrap: docker
From: tensorflow/tensorflow:1.12.3-gpu-py3
%files
# The pattern is: "<source_path> <destination_path>"
# The destination path is created automatically if it does not exist
# Step 1:
# - Copy requirements file if needed
requirements.txt requirements.txt
# - Copy model files (including model weights and metadata files)
segmentation_model/ mnms/
%post
apt-get -y update
# Step 2:
# - Install dependencies needed for you particular requirements
# (in this case, these are needed for opencv-python)
apt-get install -y libsm6 libxext6 libxrender-dev
# - Install your requirements
pip install -r requirements.txt
%runscript
echo "tensorflow container"
echo
# Step 3:
# - Write the code that must be executed when run. Please, keep the "$@" at the end.
# This is intended for passing the arguments <input_data_folder_path> and <output_results_folder>.
python /mnms/eval.py "$@"
%labels
Maintainer "Victor M. Campello"
Collection
- Name: vicmancr/mnms_example
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/vicmancr-mnms_example-latest |
collection name | vicmancr/mnms_example |
branch | master |
tag | latest |
commit | 44814dbdd2c625dd313cbb5d3d7bd0fc17b4bdd3 |
version (container hash) | 992cb480838e71c2a87b9ff261888d3d |
build date | 2020-06-03T10:12:57.732Z |
size (MB) | 3253.0 |
size (bytes) | 1715982367 |
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.