Update ClearML Server GCP custom image link (#626)

This commit is contained in:
pollfly
2023-07-31 15:59:32 +03:00
committed by GitHub
parent b890e552ed
commit c1c9a45571
5 changed files with 6 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ As can be seen, the `clearml-data sync` command creates the dataset, then upload
Now we'll modify the folder:
1. Add another line to one of the files in the `data_samples` folder.
1. Add a file to the sample_data folder.<br/>
Run`echo "data data data" > data_samples/new_data.txt` (this will create the file `new_data.txt` and put it in the `data_samples` folder)
Run `echo "data data data" > data_samples/new_data.txt` (this will create the file `new_data.txt` and put it in the `data_samples` folder)
We'll repeat the process of creating a new dataset with the previous one as its parent, and syncing the folder.