Skip to main content

QPod Stacks - Lab Foundation

QPod Lab Foundation provides the following docker image stacks:

Base Images

👉 Click here to see a list of Docker Images for basic developing
Image Name (Feature Spectrum)DockerHub LinkBased OnDescription
atomhttps://hub.docker.com/r/qpod/atomubuntu(Not for final usage, add basic utilities based on ubuntu.)
basehttps://hub.docker.com/r/qpod/baseqpod/atomThe image add some basic OS libs and Python3 (conda), as well as tini.
nodehttps://hub.docker.com/r/qpod/nodeqpod/baseMinimal NodeJS environment (including npm and yarn).
jdkhttps://hub.docker.com/r/qpod/jdkqpod/baseMinimal Java environment (OpenJDK)
gohttps://hub.docker.com/r/qpod/goqpod/baseMinimal Golang environment.
juliahttps://hub.docker.com/r/qpod/juliaqpod/baseMinimal Julia environment.
full-stackhttps://hub.docker.com/r/qpod/coreqpod/base➕ Full Python environment (data + nlp + cv + chem + tensorflow + pytorch)
➕ Full R environment (datascience + RStudio + RShiny) + LaTex
➕ Base NodeJS environment
➕ Base Java environment (OpenJDK + maven)
➕ Minimal Julia environment

Data Science Stacks

👉 Click here to see a list of Docker Images run on CPUs only
Image Name (Feature Spectrum)DockerHub LinkBased OnDescription
py-datahttps://hub.docker.com/r/qpod/py-dataqpod/basePython environment customized for Data Science tasks.
py-nlphttps://hub.docker.com/r/qpod/py-nlpqpod/basePython environment customized for NLP tasks.
py-cvhttps://hub.docker.com/r/qpod/py-cvqpod/basePython environment customized for Computer Vision tasks.
py-chemhttps://hub.docker.com/r/qpod/py-chemqpod/basePython environment customized for Computational Chemistry tasks.
py-stdhttps://hub.docker.com/r/qpod/py-stdqpod/basePython environment including all the packages mentioned above installed.
py-jdkhttps://hub.docker.com/r/qpod/py-jdkqpod/basepy-std plus OpenJDK. (no LaTex)
r-basehttps://hub.docker.com/r/qpod/r-baseqpod/baseMinimal R environment -- no JDK, no R data science packages, no LaTex.
r-stdhttps://hub.docker.com/r/qpod/r-stdqpod/baseStandard R environment for data science -- including popular R data science packages. (OpenJDK included since many R packages need Java, no LaTex.)
r-latexhttps://hub.docker.com/r/qpod/r-latexqpod/baser-std + LaTex -- this is the full R environment if you do not need RStudio.
r-studiohttps://hub.docker.com/r/qpod/r-studioqpod/baseFull R environment if you want to use RStudio. r-latex + RStudio + RShiny.

AI Stacks - with NVIDIA GPU support

👉 Click here to see a list of Docker Images run on GPUs + CPUs
Image Name (Feature Set)DockerHub LinkBased OnDescription
cudahttps://hub.docker.com/r/qpod/cuda_11.7qpod/baseVersion 11.7 of NVIDIA cuda and cudnn libs, including runtime and devel.
cuda_11.2https://hub.docker.com/r/qpod/cuda_11.2qpod/baseVersion 11.2 of NVIDIA cuda and cudnn libs, including runtime and devel.
tf2https://hub.docker.com/r/qpod/tf2qpod/cuda_11.2Tensorflow 2.x environment with GPU (cuda 11.2).
torchhttps://hub.docker.com/r/qpod/torchqpod/torchPytorch 1.x environment with GPU (cuda 11.7).
torch-cuda112https://hub.docker.com/r/qpod/torch-cuda112qpod/torch-cuda12Pytorch 1.x environment with GPU (cuda 10.2).
core-cudahttps://hub.docker.com/r/qpod/core-cudaqpod/cuda_11.7Tensorflow 2.x + Pytorch environment with cuda.