There was an error while loading. Please reload this page.
1 parent 032aef7 commit 985af69Copy full SHA for 985af69
src/train/run.sh
@@ -13,6 +13,14 @@ echo "LangDrive - Finished system update"
13
echo "LangDrive - Installing git"
14
sudo apt-get install git
15
16
+# Cloning LangDrive repo
17
+echo "LangDrive - Cloning repo"
18
+git clone https://github.com/addy-ai/langdrive.git
19
+
20
+# Changing into LangDrive directory
21
+echo "LangDrive - Changing into LangDrive directory"
22
+cd langdrive
23
24
# Install python
25
echo "LangDrive - Installing Python3"
26
sudo apt-get install python3
0 commit comments