Skip to content

Commit a853f81

Browse files
committed
update modal app
1 parent c91270b commit a853f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit0/harness/execution_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def __init__(
159159
files_to_collect=files_to_collect,
160160
)
161161

162-
self.app = modal.App()
162+
self.app = modal.App.lookup("commit0", create_if_missing=True)
163163

164164
# the image must exist on dockerhub
165165
reponame = spec.repo.split("/")[-1]

0 commit comments

Comments
 (0)