Open romilbhardwaj opened 1 week ago
Minimal repro:
import sky resources = sky.Resources(cloud=sky.clouds.AWS()) t = sky.Task(run='ls -l /mydir') t = t.set_resources(resources) s = sky.Storage(source='s3://fah-public-data-covid19-cryptic-pockets', mode=sky.StorageMode.MOUNT) t = t.set_storage_mounts({'/mydir': s}) sky.launch(t, cluster_name='test')
/mydir is not mounted to the remote VM. Provisioning logs do not have any mounting step.
/mydir
Minimal repro:
/mydir
is not mounted to the remote VM. Provisioning logs do not have any mounting step.