Container image for the use of scvi-tools library for Single-Cell analysis in Python
743
This directory contains Docker images for scvi-tools, a package for probabilistic modeling of single-cell omics data, focused on deep generative models.
latest ( Dockerfile | Vulnerability Report )1.1.6 ( Dockerfile | Vulnerability Report )These Docker images are built from Python 3.12-slim and include:
The images are designed to provide a comprehensive environment for single-cell analysis with deep learning capabilities and CUDA support.
docker pull getwilds/scvi-tools:latest
# or
docker pull getwilds/scvi-tools:1.1.6
# Alternatively, pull from GitHub Container Registry
docker pull ghcr.io/getwilds/scvi-tools:latest
apptainer pull docker://getwilds/scvi-tools:latest
# or
apptainer pull docker://getwilds/scvi-tools:1.1.6
# Alternatively, pull from GitHub Container Registry
apptainer pull docker://ghcr.io/getwilds/scvi-tools:latest
# Docker (using a hypothetical script called "analyze_scRNA.py" with GPU support)
docker run --gpus all --rm -v /path/to/project:/project getwilds/scvi-tools:latest python /project/analyze_scRNA.py
# Apptainer
apptainer run --nv --bind /path/to/project:/project docker://getwilds/scvi-tools:latest python /project/analyze_scRNA.py
# Apptainer (local SIF file)
apptainer run --nv --bind /path/to/project:/project scvi-tools_latest.sif python /project/analyze_scRNA.py
This image includes CUDA-enabled PyTorch (cu118). To use GPU acceleration:
--gpus all flag when running the containerThe scvi-tools Docker images include:
These images are regularly scanned for vulnerabilities using Docker Scout. However, due to the nature of deep learning frameworks and their dependencies, some Docker images may contain components with known vulnerabilities (CVEs).
Use at your own risk: While we strive to minimize security issues, these images are primarily designed for research and analytical workflows in controlled environments.
For the latest security information about this image, please check the CVEs_*.md files in this directory, which are automatically updated through our GitHub Actions workflow. If a particular vulnerability is of concern, please file an issue in the GitHub repo citing which CVE you would like to be addressed.
The Dockerfile follows these main steps:
These Dockerfiles are maintained in the WILDS Docker Library repository.
Content type
Image
Digest
sha256:6a60922aa…
Size
4.5 GB
Last updated
about 1 year ago
docker pull getwilds/scvi-tools