Sign inSign up

rizkyfirmansyah/jupyterlab

By rizkyfirmansyah

โ€ขUpdated 12 months ago

A ready-to-use JupyterLab 4.x environment built on top of micromamba

Image
Machine learning & AI
Data science
0

10K+

rizkyfirmansyah/jupyterlab repository overview

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

Tag summary

Content type

Image

Digest

sha256:29b173eb2โ€ฆ

Size

6.5 GB

Last updated

12 months ago

docker pull rizkyfirmansyah/jupyterlab