From cda067eb074f8a42f3fcd050cc54975eda3cec58 Mon Sep 17 00:00:00 2001 From: Niels Geens Date: Mon, 7 Apr 2025 11:43:20 +0200 Subject: [PATCH] Removed jupyter venvs for all but train --- scripts/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 4fd1464..ecff201 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -3,7 +3,6 @@ echo "Installing ITB tool..." python3 -m venv /root/venvs/itb /root/venvs/itb/bin/pip install -e /root/sia/tools/itb -/root/venvs/itb/bin/ipython kernel install --name=itb echo "Installing Train tool..." python3 -m venv /root/venvs/train @@ -12,5 +11,4 @@ python3 -m venv /root/venvs/train echo "Installing SIA core..." python3 -m venv /root/venvs/sia -/root/venvs/sia/bin/pip install -e /root/sia -/root/venvs/sia/bin/ipython kernel install --name=sia \ No newline at end of file +/root/venvs/sia/bin/pip install -e /root/sia \ No newline at end of file