Skip to content

Commit

Permalink
Merge pull request #610 from mlrun/1.7.x-dev
Browse files Browse the repository at this point in the history
1.7.x dev
  • Loading branch information
aviaIguazio authored Jun 18, 2024
2 parents 4436a93 + 4235d1c commit 4e48043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ download_tar_to_temp_dir() {
echo "Downloading : $tar_url ..."
wget -c "${tar_url}" -O mlrun-demos.tar
tar -xf mlrun-demos.tar -C "${temp_dir}" --strip-components 1
chmod +x "${temp_dir}"/update_demos.sh
rm -rf mlrun-demos.tar
}
download_tar_gz_to_temp_dir() {
Expand Down

0 comments on commit 4e48043

Please sign in to comment.