| See the CUDA-based MAX docker stack for GPU accelerated docker images. |
|---|
Multi-arch (linux/amd64, linux/arm64/v8) docker images:
Images considered stable for Mojo versions ≥ 24.3.0.
Build chain
base → scipy
Features
These images are counterparts to the JupyterLab images but without
- code-server
- IPython
- JupyterHub
- JupyterLab
- JupyterLab Extensions
- JupyterLab Integrations
- Jupyter Notebook
- Jupyter Notebook Conversion
- LSP Server
- Oh My Zsh
- Powerlevel10k Theme
- MesloLGS NF Font
- Widgets
and any configuration thereof.
ℹ️ Regading Magic/Pixi, see discussion [(JupyterLab) MAX/Mojo docker stack] Why is Magic/Pixi not installed?
This projects requires an installation of docker.
To install docker, follow the instructions for your platform:
- Install Docker Engine | Docker Documentation > Supported platforms
- Post-installation steps for Linux
nightly:
docker build \
--build-arg MOJO_VERSION=nightly \
--build-arg PYTHON_VERSION=3.13.9 \
-t mojo/base:nightly \
-f base/latest.Dockerfile .latest:
docker build \
--build-arg MOJO_VERSION=25.6.0 \
--build-arg PYTHON_VERSION=3.13.9 \
-t mojo/base \
-f base/latest.Dockerfile .version:
docker build \
-t mojo/base:MAJOR.MINOR.PATCH \
-f base/MAJOR.MINOR.PATCH.Dockerfile .For MAJOR.MINOR.PATCH ≥ 24.3.0.
self built:
docker run -it --rm mojo/base[:MAJOR.MINOR.PATCH]from the project's GitLab Container Registries:
docker run -it --rm IMAGE[:MAJOR[.MINOR[.PATCH]]]IMAGE being one of
PRs accepted. Please submit to the GitLab repository.
This project follows the Contributor Covenant Code of Conduct.
Community support: Open a new discussion here.
Commercial support: Contact b-data by email.
Copyright © 2024 b-data GmbH
Distributed under the terms of the MIT License.