868b9c4 b97f43d
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM ghcr.io/marimo-team/marimo:latest-sql WORKDIR /app RUN pip install polars duckdb pyarrow altair vegafusion COPY app.py . RUN useradd -m app_user USER app_user CMD [ "marimo", "edit", "--no-token", "--host", "0.0.0.0", "-p", "7860" ]