Docker image of Marimo w/ optional dependencies.
10K+
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
Content type
Image
Digest
sha256:68b9fc677…
Size
545 MB
Last updated
almost 2 years ago
docker pull abmhamdi/marimo