Prints the steps for running a bundled run on the chosen provider and, by default in an interactive session, opens the provider in the browser with the dragon-farm notebook loaded. Runs that were not bundled yet are bundled first, so a run that failed locally for lack of memory can be sent to the cloud as is.
Usage
dragon_remote(
run,
provider = c("colab", "kaggle", "lightning", "runpod"),
open = interactive()
)Arguments
- run
A
dragon_runor run directory.- provider
One of
"colab","kaggle","lightning","runpod". Seedragon_remote_providers().- open
Open the provider link in the browser.