Skip to content

Commit 6550ff6

Browse files
authored
Fix skypilot archive mount bug (#288)
Signed-off-by: Roee Landesman <[email protected]>
1 parent 3eeb8c4 commit 6550ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_run/core/execution/skypilot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def to_task(
374374
)
375375
file_mounts = self.file_mounts or {}
376376
file_mounts["/nemo_run"] = self.job_dir
377-
task.set_file_mounts(self.file_mounts)
377+
task.set_file_mounts(file_mounts)
378378
task.set_resources(self.to_resources())
379379

380380
if env_vars:

0 commit comments

Comments
 (0)