Skip to content

Commit

Permalink
update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Sep 2, 2024
1 parent 9e4335d commit 8243cd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def launch(
resource_settings = info.config.resource_settings
gpu_values = get_gpu_values(settings, resource_settings)

app = modal.App(f"zenml-{info.run_name}-{info.step_run_id}")
app = modal.App(f"zenml-{info.run_name}-{info.step_run_id}-{info.pipeline_step_name}")

async def run_sandbox() -> asyncio.Future[None]:
loop = asyncio.get_event_loop()
Expand Down

0 comments on commit 8243cd9

Please sign in to comment.