Skip to content

Commit bfa5063

Browse files
authored
Update quick_start_job.rst
1 parent 21e2fea commit bfa5063

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/user_guide/jobs/tabs/quick_start_job.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
.with_shape_config_details(memory_in_gbs=16, ocpus=1)
2525
# Minimum/Default block storage size is 50 (GB).
2626
.with_block_storage_size(50)
27+
# A maximum number of 5 file systems are allowed to be mounted for a job.
28+
.with_storage_mount(
29+
{
30+
"src" : "<mount_target_ip_address>@<export_path>",
31+
"dest" : "<destination_directory_name>"
32+
}
33+
)
2734
)
2835
.with_runtime(
2936
PythonRuntime()
@@ -59,6 +66,9 @@
5966
ocpus: 1
6067
shapeName: VM.Standard.E3.Flex
6168
subnetId: <subnet_ocid>
69+
storageMount:
70+
- src: <mount_target_ip_address>@<export_path>
71+
dest: <destination_directory_name>
6272
runtime:
6373
kind: runtime
6474
type: python

0 commit comments

Comments
 (0)