跳到主要内容

LabNow Stacks - Lab Foundation

LabNow 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/LabNow/atomubuntu(Not for final usage, add basic utilities based on ubuntu.)
basehttps://hub.docker.com/r/LabNow/baseLabNow/atomThe image add some basic OS libs and Python3 (conda), as well as tini.
nodehttps://hub.docker.com/r/LabNow/nodeLabNow/baseMinimal NodeJS environment (including npm and yarn).
jdkhttps://hub.docker.com/r/LabNow/jdkLabNow/baseMinimal Java environment (OpenJDK)
gohttps://hub.docker.com/r/LabNow/goLabNow/baseMinimal Golang environment.
juliahttps://hub.docker.com/r/LabNow/juliaLabNow/baseMinimal Julia environment.
full-stackhttps://hub.docker.com/r/LabNow/coreLabNow/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/LabNow/py-dataLabNow/basePython environment customized for Data Science tasks.
py-nlphttps://hub.docker.com/r/LabNow/py-nlpLabNow/basePython environment customized for NLP tasks.
py-cvhttps://hub.docker.com/r/LabNow/py-cvLabNow/basePython environment customized for Computer Vision tasks.
py-chemhttps://hub.docker.com/r/LabNow/py-chemLabNow/basePython environment customized for Computational Chemistry tasks.
py-stdhttps://hub.docker.com/r/LabNow/py-stdLabNow/basePython environment including all the packages mentioned above installed.
py-jdkhttps://hub.docker.com/r/LabNow/py-jdkLabNow/basepy-std plus OpenJDK. (no LaTex)
r-basehttps://hub.docker.com/r/LabNow/r-baseLabNow/baseMinimal R environment -- no JDK, no R data science packages, no LaTex.
r-stdhttps://hub.docker.com/r/LabNow/r-stdLabNow/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/LabNow/r-latexLabNow/baser-std + LaTex -- this is the full R environment if you do not need RStudio.
r-studiohttps://hub.docker.com/r/LabNow/r-studioLabNow/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/LabNow/cuda_11.7LabNow/baseVersion 11.7 of NVIDIA cuda and cudnn libs, including runtime and devel.
cuda_11.2https://hub.docker.com/r/LabNow/cuda_11.2LabNow/baseVersion 11.2 of NVIDIA cuda and cudnn libs, including runtime and devel.
tf2https://hub.docker.com/r/LabNow/tf2LabNow/cuda_11.2Tensorflow 2.x environment with GPU (cuda 11.2).
torchhttps://hub.docker.com/r/LabNow/torchLabNow/torchPytorch 1.x environment with GPU (cuda 11.7).
torch-cuda112https://hub.docker.com/r/LabNow/torch-cuda112LabNow/torch-cuda12Pytorch 1.x environment with GPU (cuda 10.2).
core-cudahttps://hub.docker.com/r/LabNow/core-cudaLabNow/cuda_11.7Tensorflow 2.x + Pytorch environment with cuda.