Skip to content

Commit 9cdcd31

Browse files
committed
fix
Signed-off-by: Hemil Desai <hemild@nvidia.com>
1 parent 9790605 commit 9cdcd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def your_dgx_executor(nodes: int, gpus_per_node: int, container_image: str):
241241
# Define the PVC that will be mounted in the job pods
242242
# Ensure the path specified here contains your NEMORUN_HOME
243243
pvc_name = "your-pvc-k8s-name" # The Kubernetes name of the PVC
244-
pvc_mount_path = "/nemo-workspace" # The path where the PVC will be mounted inside the container
244+
pvc_mount_path = "/your_custom_path" # The path where the PVC will be mounted inside the container
245245

246246
executor = run.DGXCloudExecutor(
247247
base_url=base_url,

0 commit comments

Comments
 (0)