Skip to content

Commit b99e201

Browse files
authored
Merge pull request #17 from kevinzakka/colab-fix
Fix colab installation bug.
2 parents 2523c3d + 905aa82 commit b99e201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
" )\n",
5959
"\n",
6060
"# Install dependencies.\n",
61-
"%shell bash <(curl -s https://raw.githubusercontent.com/google-research/robopianist/main/scripts/install_deps.sh) --no-soundfonts\n",
61+
"%shell bash <(curl -s https://raw.githubusercontent.com/google-research/robopianist/main/scripts/install_deps.sh) --no-soundfonts --no-menagerie\n",
6262
"\n",
6363
"print(\"Installing robopianist...\")\n",
6464
"%pip install -q robopianist>=1.0.6\n",

0 commit comments

Comments
 (0)