A ready-to-use JupyterLab 4.x environment built on top of micromamba
10K+
A lightweight, customizable JupyterLab 4.4+ Docker environment powered by Micromamba, ready for data science, ML, or remote computing on VMs
๐ 1. Deploy to your local host
docker pull -t rizkyfirmansyah/jupyterlab:v1.1 .
๐ 2. Run the image
docker run -d --name notebook -p 8888:8888 rizkyfirmansyah/jupyterlab
๐ 3. Change .env
You can change your .env file without rebuilding the image.
docker compose up -d
# if it doesnโt recreate, force it:
docker compose up -d --force-recreate
# or do a clean restart:
docker compose down && docker compose up -d
Content type
Image
Digest
sha256:29b173eb2โฆ
Size
6.5 GB
Last updated
12 months ago
docker pull rizkyfirmansyah/jupyterlab