Skip to content

Commit

Permalink
Merge pull request #17 from kevinzakka/colab-fix
Browse files Browse the repository at this point in the history
Fix colab installation bug.
  • Loading branch information
kevinzakka authored Mar 16, 2024
2 parents 2523c3d + 905aa82 commit b99e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
" )\n",
"\n",
"# Install dependencies.\n",
"%shell bash <(curl -s https://raw.githubusercontent.com/google-research/robopianist/main/scripts/install_deps.sh) --no-soundfonts\n",
"%shell bash <(curl -s https://raw.githubusercontent.com/google-research/robopianist/main/scripts/install_deps.sh) --no-soundfonts --no-menagerie\n",
"\n",
"print(\"Installing robopianist...\")\n",
"%pip install -q robopianist>=1.0.6\n",
Expand Down

0 comments on commit b99e201

Please sign in to comment.