Sign inSign up

abmhamdi/marimo

By abmhamdi

Updated almost 2 years ago

Docker image of Marimo w/ optional dependencies.

Image
Machine learning & AI
Developer tools
Monitoring & observability
0

10K+

abmhamdi/marimo repository overview

Marimo Docker Image

The source code is available at github.com/a-mhamdi/marimo. To install and run Marimo, follow these steps:

uv pip venv .venv
source .venv/bin/activate
uv pip install pip --upgrade
uv pip install -r requirements.txt --upgrade
marimo edit --port 1357 --headless --no-token

In order to retrieve the docker image, type:

docker pull abmhamdi/marimo

The steps below can be used to rebuild the docker image:

docker build -t marimo:local .
docker run --rm -p 1357:1357 marimo:local
  • The server is accessible via port 1357;
  • No password is required.

Tag summary

Content type

Image

Digest

sha256:68b9fc677

Size

545 MB

Last updated

almost 2 years ago

docker pull abmhamdi/marimo