GitHub repository: https://github.com/rnakato/docker_R_python
3.0K
Ubuntu 22.04
GPU mode (cuda:11.8.0-cudnn8-runtime)
Perl 5.36.0 (with plenv)
Python 3.9 (with Miniconda)
R 4.x
SAMtools 1.19.2
SRAtoolkit 3.0.10
BEDtools 2.31.0
OpenBLAS 0.3.24
user:password
2024.02
sudo2024.01
2023.11
2023.10
2023.06
Run normal image:
docker run -it --rm rnakato/r_python /bin/bash
Run with GPU:
docker run -it --rm --gpus all rnakato/r_python_gpu /bin/bash
The default user is ubuntu. Add -u root if you want to login as root:
docker run -it --rm --gpus all -u root rnakato/r_python_gpu /bin/bash
# normal
docker build -t youracount/r_python --target normal .
# with GPU
docker build -t youracount/r_python_gpu --target gpu .
Content type
Image
Digest
sha256:b13c083a7…
Size
3.6 GB
Last updated
3 months ago
docker pull rnakato/r_python