Add support for jupyter notebooks for training
This commit is contained in:
@@ -9,6 +9,7 @@ source "/etc/profile.d/venv_itb.sh"
|
||||
echo "Installing Train tool..."
|
||||
python3 -m venv "/root/venvs/train"
|
||||
/root/venvs/train/bin/pip install -e /root/sia/tools/train/
|
||||
/root/venvs/train/bin/ipython kernel install --name=train
|
||||
echo "PATH=\"/root/venvs/train/bin/:\$PATH\"" > "/etc/profile.d/venv_train.sh"
|
||||
source "/etc/profile.d/venv_train.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user