Skip to content

Commit 93a9f99

Browse files
committed
Typo: missing 'gs://' in front of '<BUCKET-NAME>' in the call of train.sh
1 parent 6e3bd94 commit 93a9f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gce/burst-training/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Once you have built your VM image, you can run this script to execute your first
273273
burst training job as follows:
274274

275275
```
276-
./train.sh <TRAINING-INSTANCE-NAME> <BUCKET-NAME> <IMAGE-FAMILY>
276+
./train.sh <TRAINING-INSTANCE-NAME> gs://<BUCKET-NAME> <IMAGE-FAMILY>
277277
```
278278

279279
Here, `<BUCKET-NAME>` and `<IMAGE-FAMILY>` should have the same values as above.

0 commit comments

Comments
 (0)