add colab cell to start ECILA
This commit is contained in:
parent
aa8de64aa4
commit
231418e15e
|
@ -38,6 +38,26 @@
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"#@title <b><-- Click this to start ECILA</b>\n",
|
||||||
|
"!git clone https://gitlab.com/nolialsea/alicebot.git\n",
|
||||||
|
"%cd alicebot\n",
|
||||||
|
"!git checkout dev\n",
|
||||||
|
"!git pull\n",
|
||||||
|
"!npm i\n",
|
||||||
|
"!sh run.sh &"
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"collapsed": false,
|
||||||
|
"pycharm": {
|
||||||
|
"name": "#%%\n"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
|
|
Loading…
Reference in New Issue