Use git shallow clone to improve cloning performance

This commit is contained in:
Gautam krishna R
2019-12-07 17:46:31 +05:30
committed by GitHub
parent 124dd3ef60
commit 03a65dd38b
+2 -2
View File
@@ -45,7 +45,7 @@
"colab": {}
},
"source": [
"!git clone https://github.com/nickwalton/AIDungeon/\n",
"!git clone --depth 1 https://github.com/nickwalton/AIDungeon/\n",
"%cd AIDungeon\n",
"!./install.sh\n",
"from IPython.display import clear_output \n",
@@ -71,4 +71,4 @@
"outputs": []
}
]
}
}