Skip to content

Commit

Permalink
Fix colab installation bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Mar 16, 2024
1 parent 2523c3d commit 905aa82
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 905aa82

Please sign in to comment.