upload_file#
- SandboxRuntime.upload_file(instance_id: str, local_path: str, remote_path: str) None[source]#
Copy local file into the sandbox.
- Parameters:
instance_id – Unique identifier of the sandbox instance.
local_path – Path to the source file on the local filesystem.
remote_path – Destination path inside the sandbox.