Skip to content

Commit

Permalink
fix smoke
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 2, 2024
1 parent b855c66 commit 7cf0c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/managed_job_with_storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Runs a task that uses cloud buckets for uploading and accessing files.
#
# Usage:
# sky spot launch -c spot-storage examples/managed_spot_with_storage.yaml
# sky spot launch -c spot-storage examples/managed_job_with_storage.yaml
# sky down spot-storage

resources:
Expand Down Expand Up @@ -41,8 +41,8 @@ file_mounts:

run: |
set -ex
ls ~/sky_workdir/managed_spot_with_storage.yaml
ls ~/bucket_workdir/managed_spot_with_storage.yaml
ls ~/sky_workdir/managed_job_with_storage.yaml
ls ~/bucket_workdir/managed_job_with_storage.yaml
ls -l /imagenet-image/datasets
Expand Down

0 comments on commit 7cf0c71

Please sign in to comment.