Skip to content

Commit

Permalink
Update docs/source/examples/managed-jobs.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Romil Bhardwaj <[email protected]>
  • Loading branch information
zpoint and romilbhardwaj authored Jan 2, 2025
1 parent ea1c189 commit 81253ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/managed-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Intermediate storage for files
~~~~~~~~~~~~~~~~~~~~

For managed jobs, SkyPilot requires an intermediate bucket to store files used in the task, such as local file mounts, temporary files, and the workdir.
If you do not configure a bucket, SkyPilot will automatically create a default temporary bucket named :code:`skypilot-filemounts-{username}-{run_id}` for each job launch.
If you do not configure a bucket, SkyPilot will automatically create a temporary bucket named :code:`skypilot-filemounts-{username}-{run_id}` for each job launch. SkyPilot automatically deletes the bucket after the job completes.

Alternatively, you can pre-provision a bucket and use it as an intermediate for storing file by setting :code:`jobs.bucket` in :code:`~/.sky/config.yaml`. If you choose to specify a bucket, ensure that the bucket already exists and that you have the necessary permissions.

Expand Down

0 comments on commit 81253ca

Please sign in to comment.