Skip to content

Commit

Permalink
Changes in preparation for Modal 1.0 https://modal.com/docs/guide/mod…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Feb 17, 2025
1 parent 745f564 commit 24103df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cubed/runtime/executors/modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

RUNTIME_MEMORY_MIB = 2000

app = modal.App("cubed-app")
app = modal.App("cubed-app", include_source=True)

requirements_file = os.getenv("CUBED_MODAL_REQUIREMENTS_FILE")

Expand Down
2 changes: 1 addition & 1 deletion cubed/tests/runtime/test_modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
tmp_path = "s3://cubed-unittest/map_unordered"


app = modal.App("cubed-test-app")
app = modal.App("cubed-test-app", include_source=True)

image = modal.Image.debian_slim().pip_install(
[
Expand Down

0 comments on commit 24103df

Please sign in to comment.