Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Aug 30, 2024
1 parent 68ea3aa commit 2c628e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/modal/modal_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
image=modal.Image.debian_slim().pip_install("marimo>=0.8.3", "fastapi"),
gpu=False,
concurrency_limit=1,
allow_concurrent_inputs=2,
memory=256,
mounts=[modal.Mount.from_local_dir("./nbs", remote_path="/marimo")],
)
Expand Down

0 comments on commit 2c628e2

Please sign in to comment.