Prebuilt containers¶
marimo provides prebuilt containers for running a marimo server.
You can find the containers and tags on marimo's GitHub packages page.
We provide the following variants:
- marimo:latest- The latest version of marimo
- marimo:latest-data- The latest version of marimo with- altair,- pandas, and- numpypreinstalled.
- marimo:latest-sql- The latest version of marimo with- marimo[sql]and- duckdbpreinstalled.
or any particular version of marimo; for example, marimo:0.8.3, marimo:0.8.3-data, marimo:0.8.3-sql.
Each container is built on 3.12-slim, but if you'd like to see different configurations, please file an issue or submit a PR!
Running locally¶
To run the container locally, you can use the following command:
Use in a Dockerfile¶
To use a prebuilt container in a Dockerfile, you can use the following command: