Git Product home page Git Product logo

b-data / mojo-docker-stack Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 116 KB

Multi-arch (linux/amd64, linux/arm64/v8) Mojo docker images. Please submit Pull Requests to the GitLab repository. Mirror of

Home Page: https://gitlab.com/b-data/mojo/docker-stack

License: MIT License

Dockerfile 100.00%
ai data-science docker mojo multi-arch artificial-intelligence machine-learning ml language programming-language container podman

mojo-docker-stack's Introduction

Mojo docker stack

minimal-readme compliant Project Status: Active – The project has reached a stable, usable state and is being actively developed. Donate using Liberapay

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.

Table of Contents

Prerequisites

This projects requires an installation of docker.

Install

To install docker, follow the instructions for your platform:

Usage

Build image (base)

nightly:

docker build \
  --build-arg MODULAR_VERSION=0.9.2 \
  --build-arg MODULAR_AUTH_KEY=<your-modular-auth-key> \
  --build-arg MOJO_VERSION=nightly \
  --build-arg PYTHON_VERSION=3.12.5 \
  -t mojo/base:nightly \
  -f base/latest.Dockerfile .

latest:

docker build \
  --build-arg MODULAR_VERSION=0.9.2 \
  --build-arg MODULAR_AUTH_KEY=<your-modular-auth-key> \
  --build-arg MOJO_VERSION=24.4.0 \
  --build-arg PYTHON_VERSION=3.12.5 \
  -t mojo/base \
  -f base/latest.Dockerfile .

version:

docker build \
  -t mojo/base:MAJOR.MINOR.PATCH \
  --build-arg MODULAR_AUTH_KEY=<your-modular-auth-key> \
  -f base/MAJOR.MINOR.PATCH.Dockerfile .

For MAJOR.MINOR.PATCH24.3.0.

Run container

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

Contributing

PRs accepted. Please submit to the GitLab repository.

This project follows the Contributor Covenant Code of Conduct.

Support

Community support: Open a new disussion here.

Commercial support: Contact b-data by email.

License

Copyright © 2024 b-data GmbH

Distributed under the terms of the MIT License.

mojo-docker-stack's People

Contributors

benz0li avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.